UNPKG

112 BTypeScriptView Raw
1import Select from "./components/Select";
2
3export * from './components/PropsInterface';
4
5export default Select;