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