UNPKG

@grafana/ui

Version:
5 lines (4 loc) 557 B
/** * @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>>;