UNPKG

@grafana/ui

Version:
6 lines (5 loc) 262 B
import { HTMLAttributes } from 'react'; export interface Props extends HTMLAttributes<HTMLDivElement> { className?: string; } export declare const ButtonGroup: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<HTMLDivElement>>;