Commit fa8246aa by Alex Khomenko Committed by GitHub

grafana/ui: Export TextArea under Forms namespace (#22328)

parent 458eccbf
import { Controller as InputControl } from 'react-hook-form';
import { getFormStyles } from './getFormStyles';
import { Label } from './Label';
import { Input } from './Input/Input';
......@@ -8,7 +9,7 @@ import { Form } from './Form';
import { Field } from './Field';
import { Button, LinkButton } from './Button';
import { Switch } from './Switch';
import { Controller as InputControl } from 'react-hook-form';
import { TextArea } from './TextArea/TextArea';
const Forms = {
RadioButtonGroup,
......@@ -24,6 +25,7 @@ const Forms = {
ButtonSelect,
InputControl,
AsyncSelect,
TextArea,
};
export default Forms;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment