UNPKG

react-select

Version:
7 lines (6 loc) 244 B
/** @jsx jsx */ import { Ref } from 'react'; import { jsx } from '@emotion/react'; export default function DummyInput({ innerRef, ...props }: JSX.IntrinsicElements['input'] & { readonly innerRef: Ref<HTMLInputElement>; }): jsx.JSX.Element;