UNPKG

@launchmenu/applet-dictionary

Version:
15 lines 608 B
import { DataCacher, IDataHook } from "model-react"; import { WiktionarySection } from "../baseSections/WiktionarySection"; import { IWordTypeDefinition } from "../_types/IWordTypeDefinition"; /** * The class for word type sections in the wiktionary */ export declare class WiktionaryDefinition extends WiktionarySection { protected definition: DataCacher<IWordTypeDefinition>; /** * Retrieves the definition * @param hook The hook to subscribe to changes */ getDefinition(hook?: IDataHook): IWordTypeDefinition; } //# sourceMappingURL=WiktionaryDefinition.d.ts.map