index.d.ts 184 B

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