skyroc-ui
Version:
A modern React UI component library built on Radix UI and Tailwind CSS
7 lines (6 loc) • 308 B
TypeScript
import { ToggleGroupRootProps } from "./types.js";
import * as react_jsx_runtime144 from "react/jsx-runtime";
//#region src/components/toggle-group/ToggleGroupRoot.d.ts
declare const ToggleGroupRoot: (props: ToggleGroupRootProps) => react_jsx_runtime144.JSX.Element;
//#endregion
export { ToggleGroupRoot };