@fluentui/react-northstar
Version:
A themable React component library.
5 lines (4 loc) • 311 B
TypeScript
import { ComponentSlotStylesPrepared } from '@fluentui/styles';
import { ButtonGroupStylesProps } from '../../../../components/Button/ButtonGroup';
import { ButtonVariables } from './buttonVariables';
export declare const buttonGroupStyles: ComponentSlotStylesPrepared<ButtonGroupStylesProps, ButtonVariables>;