UNPKG

@synergy-design-system/react

Version:
13 lines (12 loc) 557 B
import Component from '@synergy-design-system/components/components/button-group/button-group.component.js'; /** * @summary Button groups can be used to group related buttons into sections. * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-button-group--docs * @status stable * @since 2.0 * * @slot - One or more `<syn-button>` elements to display in the button group. * * @csspart base - The component's base wrapper. */ export declare const SynButtonGroup: import("@lit/react").ReactWebComponent<Component, {}>;