shadcn-vue/apps/www/registry/default/ui/pin-input/index.ts
2024-11-21 11:52:31 +08:00

5 lines
250 B
TypeScript

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