UNPKG

@blueprintjs/core

Version:
9 lines (8 loc) 175 B
export declare const Elevation: { ZERO: 0; ONE: 1; TWO: 2; THREE: 3; FOUR: 4; }; export declare type Elevation = typeof Elevation[keyof typeof Elevation];