init commit
This commit is contained in:
commit
c9d982669a
461 changed files with 30317 additions and 0 deletions
15
resources/js/components/ui/input-otp/index.ts
Normal file
15
resources/js/components/ui/input-otp/index.ts
Normal file
|
@ -0,0 +1,15 @@
|
|||
import Root from "./input-otp.svelte";
|
||||
import Group from "./input-otp-group.svelte";
|
||||
import Slot from "./input-otp-slot.svelte";
|
||||
import Separator from "./input-otp-separator.svelte";
|
||||
|
||||
export {
|
||||
Root,
|
||||
Group,
|
||||
Slot,
|
||||
Separator,
|
||||
Root as InputOTP,
|
||||
Group as InputOTPGroup,
|
||||
Slot as InputOTPSlot,
|
||||
Separator as InputOTPSeparator,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue