9 lines
265 B
TypeScript
Raw Normal View History

2024-11-05 10:07:15 +08:00
import { withNoopInstall } from '../../utils'
import SwitchTab from './src/switch-tab.vue'
export const TnSwitchTab = withNoopInstall(SwitchTab)
export default TnSwitchTab
export * from './src/switch-tab'
export type { TnSwitchTabInstance } from './src/instance'