UNPKG

@aplus-frontend/antdv

Version:

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

11 lines (10 loc) 404 B
export interface ComponentToken { controlWidth: number; handleWidth: number; handleFontSize: number; /** Default `auto`. Set `true` will always show the handle */ handleVisible: 'auto' | true; handleVisibleWidth: number; } declare const _default: (_prefixCls?: import("vue").Ref<string, string>) => import("../../theme/internal").UseComponentStyleResult; export default _default;