Forms migration: Input namespace (#23286)

* Update exports

* Add LegacyForms namespace

* Update ci grep
This commit is contained in:
Tobias Skarhed
2020-04-02 16:18:06 +02:00
committed by GitHub
parent 97769188f2
commit 703476b3ae
26 changed files with 70 additions and 48 deletions

View File

@@ -1,5 +1,6 @@
import React, { ChangeEvent, forwardRef } from 'react';
import { Input, FormLabel } from '@grafana/ui';
import { LegacyForms, FormLabel } from '@grafana/ui';
const { Input } = LegacyForms;
export interface Props {
label: string;