@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
8 lines (7 loc) • 380 B
TypeScript
import { ToggleGroupItemProps } from "./ToggleGroup.types.js";
import * as _$react from "react";
//#region src/components/ToggleGroup/ToggleGroupItem.d.ts
declare const ToggleGroupItem: _$react.ForwardRefExoticComponent<ToggleGroupItemProps & _$react.RefAttributes<HTMLButtonElement | null>>;
//#endregion
export { ToggleGroupItem };
//# sourceMappingURL=ToggleGroupItem.d.ts.map