Sha256: 10da4378d7d1909689cfd1692de60571154f741517e4b1de3511fc0e18eeeee1
Contents?: true
Size: 518 Bytes
Versions: 2
Compression:
Stored size: 518 Bytes
Contents
import React from 'react'; declare type ButtonToolbarProps = { aria?: { [key: string]: string; }; children?: React.ReactChild[] | React.ReactChild; className?: string; connected?: boolean; data?: object; id?: string; onClick?: React.MouseEventHandler<HTMLSpanElement>; orientation?: "horizontal" | "vertical"; text?: string; variant?: "primary" | "secondary"; }; declare const ButtonToolbar: (props: ButtonToolbarProps) => JSX.Element; export default ButtonToolbar;
Version data entries
2 entries across 2 versions & 1 rubygems