6 lines
245 B
TypeScript
6 lines
245 B
TypeScript
export { darkColors, lightColors } from "./colors";
|
|
export type { Colors } from "./colors";
|
|
export { spacing, borderRadius } from "./spacing";
|
|
export { fontSize, fontWeight, fontFamily } from "./typography";
|
|
export { shadows } from "./shadows";
|