UNPKG

@atlaskit/primitives

Version:

Primitives are token-backed low-level building blocks.

21 lines (20 loc) 802 B
/** * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen} * @codegen <<SignedSource::05a468f2941874c14b7f39734d626517>> * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles * @codegenDependency ../../scripts/codegen-file-templates/dimensions.tsx <<SignedSource::cc9b3f12104c6ede803da6a42daac0b0>> * @codegenDependency ../../scripts/codegen-file-templates/layer.tsx <<SignedSource::92793ca02dbfdad66e53ffbe9f0baa0a>> */ export declare const layerMap: { readonly '1': 1; 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 layerMap;