UNPKG

@atlaskit/primitives

Version:

Primitives are token-backed low-level building blocks.

13 lines (12 loc) 312 B
export declare const LAYERS: { readonly card: 100; readonly navigation: 200; readonly dialog: 300; readonly layer: 400; readonly blanket: 500; readonly modal: 510; readonly flag: 600; readonly spotlight: 700; readonly tooltip: 800; }; export type Layer = keyof typeof LAYERS;