import * as React from 'react';
import { Grid, TextArea } from '@fluentui/react-northstar';
const TextAreaExampleInverted = () => (
({
backgroundColor: siteVariables.colorScheme.default.background2,
padding: '20px',
})}
>
({
backgroundColor: siteVariables.colorScheme.default.background,
padding: '20px',
})}
>
);
export default TextAreaExampleInverted;