UNPKG

element-pro-components

Version:

a component library for Vue 3 base on element-plus

7 lines (6 loc) 251 B
import Search from './Search'; import type { IDefinePlugin } from '../types/index'; export * from './useSearch'; export * from './type'; export { searchProps, searchEmits } from './props'; export declare const ProSearch: IDefinePlugin<typeof Search>;