UNPKG

azure-devops-ui

Version:

React components for building web UI in Azure DevOps

11 lines (10 loc) 257 B
export interface IButtonGroupProps { /** * Optional class name to add to the button group. */ className?: string; /** * Optional role to apply to the div containing the group, e.g. "menubar" */ role?: string; }