@fluentui/react-northstar
Version:
A themable React component library.
5 lines (4 loc) • 307 B
TypeScript
import { TextAreaVariables } from './textAreaVariables';
import { ComponentSlotStylesPrepared } from '@fluentui/styles';
import { TextAreaStylesProps } from '../../../../components/TextArea/TextArea';
export declare const textAreaStyles: ComponentSlotStylesPrepared<TextAreaStylesProps, TextAreaVariables>;