UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

11 lines (10 loc) 466 B
import type { FullToken } from '../../theme/internal'; /** Component only token. Which will handle additional calculation of alias token */ export interface ComponentToken { titleMarginTop: number | string; titleMarginBottom: number | string; fontWeightStrong: number; } export type TypographyToken = FullToken<'Typography'>; declare const _default: (prefixCls: string) => import("../../theme/internal").UseComponentStyleResult; export default _default;