UNPKG

@aplus-frontend/antdv

Version:

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

7 lines (6 loc) 317 B
/** Component only token. Which will handle additional calculation of alias token */ export interface ComponentToken { sizePaddingEdgeHorizontal: number; } declare const _default: (_prefixCls?: import("vue").Ref<string, string>) => import("../../theme/internal").UseComponentStyleResult; export default _default;