mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-14 01:24:26 +00:00
8 lines
287 B
TypeScript
8 lines
287 B
TypeScript
export const CLASS_COLLAPSED: string;
|
|
export const CLASS_CONTROL: string;
|
|
export const CLASS_HIDDEN: string;
|
|
export const CLASS_SELECTABLE: string;
|
|
export const CLASS_UNSELECTABLE: string;
|
|
export const CLASS_UNSUPPORTED: string;
|
|
export const getFontFamilies: ((p0: string) => string[]);
|