Files
better-auth/examples/nuxt-example/components/ui/pin-input/index.ts
2024-09-26 17:09:00 +03:00

5 lines
250 B
TypeScript

export { default as PinInput } from './PinInput.vue'
export { default as PinInputGroup } from './PinInputGroup.vue'
export { default as PinInputSeparator } from './PinInputSeparator.vue'
export { default as PinInputInput } from './PinInputInput.vue'