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