2024-01-29 09:26:07 +08:00

8 lines
206 B
JavaScript

import { commonDark } from "../../_styles/common/index.mjs";
import { self } from "./light.mjs";
const typographyDark = {
name: 'Typography',
common: commonDark,
self
};
export default typographyDark;