@fluentui/react-northstar
Version:
A themable React component library.
18 lines (17 loc) • 482 B
TypeScript
export interface TextAreaVariables {
backgroundColor: string;
invertedBackgroundColor: string;
disabledColor: string;
borderColor: string;
borderRadius: string;
borderWidth: string;
fontColor: string;
fontSize: string;
borderColorFocus: string;
placeholderColor: string;
margin: string;
padding: string;
height: string;
borderColorError: string;
}
export declare const textAreaVariables: (siteVars: any) => TextAreaVariables;