4 lines
175 B
TypeScript
4 lines
175 B
TypeScript
export { default as typographyDark } from './dark';
|
|
export { default as typographyLight } from './light';
|
|
export type { TypographyThemeVars, TypographyTheme } from './light';
|