9 lines
265 B
TypeScript
Raw Normal View History

2024-11-05 10:07:15 +08:00
import { withNoopInstall } from '../../utils'
import SearchBox from './src/search-box.vue'
export const TnSearchBox = withNoopInstall(SearchBox)
export default TnSearchBox
export * from './src/search-box'
export type { TnSearchBoxInstance } from './src/instance'