import { Palette, TypographyConstants, ThemeTypography } from '../types'; /** * 创建文本主题 * * @param palette 调色板 * @param constants 文本主题配置 */ export default function createTypography(palette: Palette, constants?: TypographyConstants): ThemeTypography;