Co-authored-by: Jason Woltje <[email protected]> Co-committed-by: Jason Woltje <[email protected]>
6 lines
207 B
TypeScript
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';
|