mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-23 20:54:34 +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[]);
|