UNPKG

@lucasmiqueias/blip-tokens

Version:

Design token system inspired by BLiP's design language

11 lines 551 B
/** * BLiP Design System - Main Entry Point * * This is the main entry point for the BLiP Design System. * It exports all tokens, theme management utilities, and type definitions. */ export { tokens, colors, spacing, typography, shadows, cssVars, } from "./tokens"; export { themeManager, useTheme, getCSSVariable, type Theme, type ThemeConfig, } from "./theme-manager"; export type { ColorPalette, SpacingTokens, TypographyTokens, ShadowTokens, } from "./tokens"; export { tokens as default } from "./tokens"; //# sourceMappingURL=index.d.ts.map