Files
simrsx-fe/app/components/pub/ui/pin-input/index.ts
2025-08-07 14:45:37 +07: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'