We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55c8fe commit 145f98cCopy full SHA for 145f98c
src/constants.ts
@@ -11,7 +11,7 @@ export const KeyNames = {
11
PageUp: 'PageUp',
12
}
13
14
-export const NewOptionValue = Symbol('Create new tag')
+export const NewOptionValue = Symbol('New option')
15
16
export const NoOptionsValue = Symbol('No options')
17
src/index.ts
@@ -12,3 +12,4 @@ export type {
TagSelected,
TagSuggestion,
} from './sharedTypes'
+export { NewOptionValue, NoOptionsValue } from './constants'
0 commit comments