import { TypographyOptions, ThemeTypography } from './types'; /** * 创建文本排版 * * @param constants 文本排版配置 */ export default function createTypography(constants?: TypographyOptions): ThemeTypography;