ether-admin/node_modules/ant-design-vue/es/tree-select/style/index.d.ts

3 lines
184 B
TypeScript

import type { Ref } from 'vue';
export default function useTreeSelectStyle(prefixCls: Ref<string>, treePrefixCls: Ref<string>): import("../../theme/internal").UseComponentStyleResult;