UNPKG

react-restyle-components

Version:
7 lines 327 B
import { ReactNode } from 'react'; export declare const ButtonGroup: ({ children, orientation, className, }: { children: ReactNode; orientation?: "horizontal" | "vertical" | undefined; className?: string | undefined; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=buttonGroup.component.d.ts.map