9 lines
242 B
TypeScript
Raw Permalink Normal View History

2024-11-05 10:14:41 +08:00
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'