shadcn-vue/apps/www/src/lib/registry/default/ui/input-otp/index.ts
2024-03-08 01:27:02 +03:30

5 lines
248 B
TypeScript

export { default as InputOtp } from './InputOtp.vue'
export { default as InputOtpGroup } from './InputOtpGroup.vue'
export { default as InputOtpSeparator } from './InputOtpSeparator.vue'
export { default as InputOtpSlot } from './InputOtpSlot.vue'