4 lines
126 B
TypeScript
4 lines
126 B
TypeScript
import type { TypographyTheme } from './light';
|
|
declare const typographyDark: TypographyTheme;
|
|
export default typographyDark;
|