mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Forms migration: Input namespace (#23286)
* Update exports * Add LegacyForms namespace * Update ci grep
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user