UNPKG

@surveycake/rc

Version:

react component of surveycake

5 lines (4 loc) 133 B
import { FC } from 'react'; import { SelectProps } from './types'; declare const Select: FC<SelectProps>; export default Select;