@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
13 lines (12 loc) • 418 B
TypeScript
import { r as Variants } from "../Toggle.constants-DKuASu48.js";
import * as _$react from "react";
//#region src/components/ToggleGroup/ToggleGroupContext.d.ts
declare const ToggleGroupContext: _$react.Context<{
disabled: boolean;
grouped: boolean;
orientation: "horizontal" | "vertical";
variant: `${Variants}`;
}>;
//#endregion
export { ToggleGroupContext };
//# sourceMappingURL=ToggleGroupContext.d.ts.map