UNPKG

@snowball-tech/fractal

Version:

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

24 lines (23 loc) 564 B
import { InputRadioGroupProps } from "./InputRadio.types.js"; import * as _$react_jsx_runtime0 from "react/jsx-runtime"; //#region src/components/InputRadio/InputRadioGroup.d.ts declare const InputRadioGroup: { ({ children, condensed, defaultValue, disabled, fullWidth, name, onValueChange, orientation, required, value, variant, ...props }: InputRadioGroupProps): _$react_jsx_runtime0.JSX.Element; displayName: string; }; //#endregion export { InputRadioGroup }; //# sourceMappingURL=InputRadioGroup.d.ts.map