UNPKG

@aplus-frontend/antdv

Version:

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

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;