UNPKG

@chief-editor/ui

Version:

UI Component for chief editor

4 lines (3 loc) 182 B
import { HTMLAttributes } from 'react'; export declare type IButtonGroupProps = HTMLAttributes<HTMLDivElement>; export declare function Group(props: IButtonGroupProps): JSX.Element;