@grafana/ui
Version:
Grafana Components Library
5 lines (4 loc) • 557 B
TypeScript
/**
* @deprecated use the `Controller` component from react-hook-form instead
*/
export declare const InputControl: <TFieldValues extends import("react-hook-form").FieldValues = import("react-hook-form").FieldValues, TName extends import("react-hook-form").FieldPath<TFieldValues> = import("react-hook-form").FieldPath<TFieldValues>, TTransformedValues = TFieldValues>(props: import("react-hook-form").ControllerProps<TFieldValues, TName, TTransformedValues>) => import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;