@fluentui/react-northstar
Version:
A themable React component library.
5 lines (4 loc) • 319 B
TypeScript
import { ComponentSlotStylesPrepared } from '@fluentui/styles';
import { CardVariables } from './cardVariables';
import { CardTopControlsStylesProps } from '../../../../components/Card/CardTopControls';
export declare const cardTopControlsStyles: ComponentSlotStylesPrepared<CardTopControlsStylesProps, CardVariables>;