mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
286 B
TypeScript
8 lines
286 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 function getFontFamilies(font: string): string[];
|