UNPKG

@launchmenu/applet-dictionary

Version:
15 lines 604 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 WiktionaryWordType extends WiktionarySection { protected definition: DataCacher<IWordTypeDefinition>; /** * Retrieves the definition * @param hook The hook to subscribe to changes */ getDefinition(hook?: IDataHook): IWordTypeDefinition; } //# sourceMappingURL=WiktionaryWordType.d.ts.map