@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
34 lines (33 loc) • 670 B
TypeScript
//#region src/theme/foundations/spaces.d.ts
/**
* Spacing scale — 4px base unit.
* Numeric prop values (e.g. mb={2}) resolve to the corresponding entry.
* Positional / sizing props (top, left, w, h) are unaffected — they use the `sizes` scale.
*/
declare const _default: {
0: number;
0.5: string;
0.75: string;
1: string;
1.5: string;
2: string;
2.5: string;
3: string;
3.5: string;
4: string;
5: string;
6: string;
7: string;
8: string;
9: string;
10: string;
11: string;
12: string;
14: string;
16: string;
20: string;
24: string;
};
//#endregion
export { _default as default };
//# sourceMappingURL=spaces.d.ts.map