2024-11-05 10:14:41 +08:00

9 lines
242 B
TypeScript

import { withNoopInstall } from '../../utils'
import Switch from './src/switch.vue'
export const TnSwitch = withNoopInstall(Switch)
export default TnSwitch
export * from './src/switch'
export type { TnSwitchInstance } from './src/instance'