Files
Caramel-CRM/resources/js/components/ui/pin-input/index.ts
T
2025-10-20 08:57:51 +02:00

5 lines
248 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 PinInputSlot } from "./PinInputSlot.vue"