UNPKG

@aplus-frontend/antdv

Version:

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

14 lines (13 loc) 694 B
import type { CSSInterpolation, CSSObject } from '../../_util/cssinjs'; import type { DerivativeToken } from '../../theme/internal'; type TreeToken = DerivativeToken & { treeCls: string; treeNodeCls: string; treeNodePadding: number; treeTitleHeight: number; }; export declare const genBaseStyle: (prefixCls: string, token: TreeToken) => CSSObject; export declare const genDirectoryStyle: (token: TreeToken) => CSSObject; export declare const genTreeStyle: (prefixCls: string, token: DerivativeToken) => CSSInterpolation; declare const _default: (_prefixCls?: import("vue").Ref<string, string>) => import("../../theme/internal").UseComponentStyleResult; export default _default;