UNPKG

@snowball-tech/fractal

Version:

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

20 lines (19 loc) 542 B
import { DropdownRadioGroupProps } from "./Dropdown.types.js"; import * as _$react_jsx_runtime0 from "react/jsx-runtime"; //#region src/components/Dropdown/DropdownRadioGroup.d.ts declare const DropdownRadioGroup: { ({ children: dropdownRadioItems, condensed, defaultValue, disabled, onValueChange, rainbow, value, ...props }: DropdownRadioGroupProps): _$react_jsx_runtime0.JSX.Element; displayName: string; }; //#endregion export { DropdownRadioGroup }; //# sourceMappingURL=DropdownRadioGroup.d.ts.map