UNPKG

skyroc-ui

Version:

A modern React UI component library built on Radix UI and Tailwind CSS

7 lines (6 loc) 293 B
import { InputOTPGroupProps } from "./types.js"; import * as react_jsx_runtime38 from "react/jsx-runtime"; //#region src/components/input-otp/InputOTPGroup.d.ts declare const InputOTPGroup: (props: InputOTPGroupProps) => react_jsx_runtime38.JSX.Element; //#endregion export { InputOTPGroup };