mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-02 04:32:55 +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[];
|