UNPKG

@snowball-tech/fractal

Version:

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

15 lines (11 loc) 795 B
import { a as InputRadioProps, I as InputRadioGroupProps } from '../../../InputRadio.types-B6eiCPav.js'; export { D as DEFAULT_INPUT_RADIO_VARIANT, V as InputRadioVariants } from '../../../InputRadio.types-B6eiCPav.js'; import * as react from 'react'; import * as react_jsx_runtime from 'react/jsx-runtime'; import '@radix-ui/react-radio-group'; declare const InputRadio: react.ForwardRefExoticComponent<InputRadioProps & react.RefAttributes<HTMLButtonElement>>; declare const InputRadioGroup: { ({ children, condensed, defaultValue, disabled, fullWidth, name, onValueChange, orientation, required, value, variant, ...props }: InputRadioGroupProps): react_jsx_runtime.JSX.Element; displayName: string; }; export { InputRadio, InputRadioGroup, InputRadioGroupProps, InputRadioProps };