@fluentui/react-northstar
Version:
A themable React component library.
5 lines (4 loc) • 324 B
TypeScript
import { ComponentSlotStylesPrepared } from '@fluentui/styles';
import { FormMessageStylesProps } from '../../../../components/Form/FormMessage';
import { FormMessageVariables } from './formMessageVariables';
export declare const formMessageStyles: ComponentSlotStylesPrepared<FormMessageStylesProps, FormMessageVariables>;