UNPKG

ant-design-x-vue-next

Version:

Ant Design X for Vue — community continuation aligned with @ant-design/x

14 lines (13 loc) 593 B
import type { FullToken, GetDefaultToken } from '../../theme/cssinjs-utils'; export interface ComponentToken { /** * @desc 目录背景色 * @descEN Background color of directory */ colorBgDirectory: string; } export interface FolderToken extends FullToken<'Folder'> { } export declare const prepareComponentToken: GetDefaultToken<'Folder'>; declare const _default: (prefixCls: import("vue").MaybeRefOrGetter<string>, rootCls?: string) => readonly [(node: import("vue").VNode) => import("vue").VNode, import("vue").Ref<string, string>, string]; export default _default;