PIMS/resources/js/components/ui/pin-input/index.ts

5 lines
248 B
TypeScript
Raw Permalink Normal View History

2025-12-07 03:49:26 +00:00
export { default as PinInput } from "./PinInput.vue"
export { default as PinInputGroup } from "./PinInputGroup.vue"
export { default as PinInputSeparator } from "./PinInputSeparator.vue"
export { default as PinInputSlot } from "./PinInputSlot.vue"