UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

10 lines (9 loc) 492 B
import type { FullToken } from '../../theme/internal'; /** Component only token. Which will handle additional calculation of alias token */ export interface ComponentToken { sizeMarginHeadingVerticalStart: number | string; sizeMarginHeadingVerticalEnd: number | string; } export type TypographyToken = FullToken<'Typography'>; declare const _default: (_prefixCls?: import("vue").Ref<string, string>) => import("../../theme/internal").UseComponentStyleResult; export default _default;