UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

6 lines (5 loc) 248 B
export declare const levels: readonly ["one", "two", "three"]; export declare const MIN_LEVEL = 0; export declare const MAX_LEVEL: number; export declare const LayerLevels: readonly [0, 1, 2]; export type LayerLevel = (typeof LayerLevels)[number];