UNPKG

@grafana/ui

Version:
6 lines (5 loc) 221 B
import { InputProps } from 'react-select'; /** * Custom input component for react-select to add data-testid attribute */ export declare const CustomInput: (props: InputProps) => import("react/jsx-runtime").JSX.Element;