UNPKG

@maherunlocker/custom-react-table

Version:
8 lines (7 loc) 315 B
import 'bootstrap/dist/css/bootstrap.min.css'; import Select from 'react-select'; export declare type StyledSelectInputPropsType = { placeholder: string; name: string; } & typeof Select; export declare const StyledSelectInput: import("styled-components").StyledComponent<Select, any, Select, never>;