oops
This commit is contained in:
parent
b6ebdd66ca
commit
b19dd13c6e
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lingdocs/pashto-inflector",
|
"name": "@lingdocs/pashto-inflector",
|
||||||
"version": "2.3.0",
|
"version": "2.3.1",
|
||||||
"author": "lingdocs.com",
|
"author": "lingdocs.com",
|
||||||
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
||||||
"homepage": "https://verbs.lingdocs.com",
|
"homepage": "https://verbs.lingdocs.com",
|
||||||
|
|
|
@ -712,6 +712,6 @@ export type EntryFeederSingleType<X extends VerbEntry | DictionaryEntry> = X[] |
|
||||||
|
|
||||||
export type EntryLookupPortal<X extends VerbEntry | DictionaryEntry> = {
|
export type EntryLookupPortal<X extends VerbEntry | DictionaryEntry> = {
|
||||||
search: (s: string) => X[],
|
search: (s: string) => X[],
|
||||||
getByTs: (s: number) => X,
|
getByTs: (ts: number) => (X | undefined),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue