@maherunlocker/custom-react-table
Version:
dynamic table based on react table v7
8 lines (7 loc) • 315 B
TypeScript
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>;