@launchmenu/applet-dictionary
Version:
An applet to find dictionary definitions
12 lines • 393 B
TypeScript
/** The input information for a section */
export declare type IWikiSectionInfo = {
/** The name of the section */
name: string;
/** The depth of the section */
level: number;
/** The identifier of the section */
number: string;
/** The index of the section (non hierarchical index) */
index: number;
};
//# sourceMappingURL=IWikiSectionInfo.d.ts.map