UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

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