UNPKG

@slashid/react-primitives

Version:

Primitive components for the /id React SDK

6 lines 311 B
export { Input } from "./input.component"; export { PasswordInput } from "./input.password"; export { OtpInput } from "./input.otp"; export { PhoneInput, type Flag } from "./input.phone"; export { UncontrolledInput, type UncontrolledInputProps, } from "./input.uncontrolled"; //# sourceMappingURL=index.d.ts.map