Dark-first color palette, glass surface styles with blur backing, typography with text shadows, and spacing constants.
6 lines
250 B
TypeScript
6 lines
250 B
TypeScript
export { colors } from "./colors";
|
|
export { glassSurface, glassIntensity, glassRadius, glassBorder } from "./glass";
|
|
export type { GlassVariant } from "./glass";
|
|
export { typography } from "./typography";
|
|
export { spacing, layout } from "./spacing";
|