UNPKG

@launchmenu/applet-dictionary

Version:
10 lines 211 B
import { IWord } from "./IWord"; /** * A word definition */ export declare type IUse = { text: Element; synonyms: IWord[]; examples: Element[]; }; //# sourceMappingURL=IDefinition.d.ts.map