Skip to content

Commit 145f98c

Browse files
committed
Export new option and no options symbols, resolves #83
1 parent c55c8fe commit 145f98c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const KeyNames = {
1111
PageUp: 'PageUp',
1212
}
1313

14-
export const NewOptionValue = Symbol('Create new tag')
14+
export const NewOptionValue = Symbol('New option')
1515

1616
export const NoOptionsValue = Symbol('No options')
1717

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ export type {
1212
TagSelected,
1313
TagSuggestion,
1414
} from './sharedTypes'
15+
export { NewOptionValue, NoOptionsValue } from './constants'

0 commit comments

Comments
 (0)