UNPKG

@atlaskit/primitives

Version:

Primitives are token-backed low-level building blocks.

18 lines (17 loc) 702 B
/** * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen} * @codegen <<SignedSource::9183c00a6ce1b53a46530f6f0a7883ea>> * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles * @codegenDependency ../../scripts/codegen-file-templates/dimensions.tsx <<SignedSource::cc9b3f12104c6ede803da6a42daac0b0>> */ export declare const dimensionMap: { readonly '100%': '100%'; readonly 'size.100': '1rem'; readonly 'size.200': '1.5rem'; readonly 'size.300': '2rem'; readonly 'size.400': '2.5rem'; readonly 'size.500': '3rem'; readonly 'size.600': '6rem'; readonly 'size.1000': '12rem'; }; export type Dimension = keyof typeof dimensionMap;