UNPKG

skyroc-ui

Version:

A modern React UI component library built on Radix UI and Tailwind CSS

7 lines (6 loc) 308 B
import { ToggleGroupItemProps } from "./types.js"; import * as react_jsx_runtime137 from "react/jsx-runtime"; //#region src/components/toggle-group/ToggleGroupItem.d.ts declare const ToggleGroupItem: (props: ToggleGroupItemProps) => react_jsx_runtime137.JSX.Element; //#endregion export { ToggleGroupItem };