UNPKG

prestyled

Version:

React components for styling web projects, based upon Theme UI

5 lines (4 loc) 135 B
/** @jsx jsx */ import { SelectProps } from 'theme-ui'; export declare const Select: React.FC<SelectProps>; export default Select;