UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

4 lines (3 loc) 205 B
import type { Ref } from 'vue'; import { UseSearchClassTypes, SearchProps } from '../search-types'; export declare const useSearchClass: (props: SearchProps, isFocus: Ref<boolean>) => UseSearchClassTypes;