// Export Tailwind config for apps to extend (legacy CJS config) export { default as tailwindConfig } from './tailwind.config' // Export TypeScript preset — the canonical way for apps to extend the design system export { default as tailwindPreset } from './tailwind.preset' // Design token contract — all CSS variables apps must define export { THEME_TOKENS } from './contract' export type { ThemeColorTokens, ThemeShapeTokens, ThemeToken } from './contract'