UNPKG

@brizy/ui

Version:
8 lines (7 loc) 249 B
import { Props as ButtonProps } from "./index"; import { DataAttributes, FCC } from "../types"; export interface Props extends DataAttributes { size?: ButtonProps["size"]; segmented?: boolean; } export declare const ButtonGroup: FCC<Props>;