UNPKG

react-select

Version:
6 lines (5 loc) 191 B
/** @jsx jsx */ import { JSX } from 'react'; import { jsx } from '@emotion/react'; declare const A11yText: (props: JSX.IntrinsicElements['span']) => jsx.JSX.Element; export default A11yText;