Files
stack/packages/design-tokens/src/index.ts
2026-03-13 13:18:09 +00:00

6 lines
207 B
TypeScript

export const VERSION = '0.0.1';
export { colors, type Colors } from './colors.js';
export { fonts, type Fonts } from './fonts.js';
export { spacing, radius, type Spacing, type Radius } from './spacing.js';