2026-02-06 23:01:30 -05:00

17 lines
197 B
TypeScript

export {
colors,
surface,
brand,
text,
semantic,
border,
} from './colors';
export type {
SurfaceToken,
BrandToken,
TextToken,
SemanticToken,
BorderToken,
} from './colors';