UNPKG

@fluentui/react-northstar

Version:
18 lines (17 loc) 482 B
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;