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