UNPKG

@kadoui/react

Version:

Kadoui primitive components for React

8 lines 280 B
import { OtpRoot } from "./OtpRoot"; import { OtpInputs } from "./OtpInputs"; import { OtpHiddenInput } from "./OtpHiddenInput"; export declare const Otp: typeof OtpRoot & { Inputs: typeof OtpInputs; HiddenInput: typeof OtpHiddenInput; }; //# sourceMappingURL=Otp.d.ts.map