UNPKG

@snowball-tech/fractal

Version:

Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS

8 lines (7 loc) 348 B
import { InputRadioProps } from "./InputRadio.types.js"; import * as _$react from "react"; //#region src/components/InputRadio/InputRadio.d.ts declare const InputRadio: _$react.ForwardRefExoticComponent<InputRadioProps & _$react.RefAttributes<HTMLButtonElement | null>>; //#endregion export { InputRadio }; //# sourceMappingURL=InputRadio.d.ts.map