UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

6 lines 247 B
import { InputOTPProps } from "./type.mjs"; //#region src/base-ui/Input/InputOTP.d.ts declare const InputOTP: import("react").NamedExoticComponent<InputOTPProps>; //#endregion export { InputOTP as default }; //# sourceMappingURL=InputOTP.d.mts.map