UNPKG

react-select

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