UNPKG

177 BTypeScriptView Raw
1export declare const Elevation: {
2 ZERO: 0;
3 ONE: 1;
4 TWO: 2;
5 THREE: 3;
6 FOUR: 4;
7};
8export declare type Elevation = (typeof Elevation)[keyof typeof Elevation];