@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
24 lines (23 loc) • 541 B
TypeScript
import { ToggleGroupProps } from "./ToggleGroup.types.js";
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
//#region src/components/ToggleGroup/ToggleGroup.d.ts
declare const ToggleGroup: {
({
children,
defaultValue,
disabled,
fullWidth,
grouped,
label,
multiple,
onValueChange,
orientation,
value,
variant,
...props
}: ToggleGroupProps): _$react_jsx_runtime0.JSX.Element;
displayName: string;
};
//#endregion
export { ToggleGroup };
//# sourceMappingURL=ToggleGroup.d.ts.map