UNPKG

drip-table

Version:

A tiny and powerful enterprise-class solution for building tables.

16 lines (15 loc) 984 B
import React from 'react'; import Select from '../select'; declare const MiniSelect: (<ValueType = any, OptionType extends import("rc-select/lib/Select").DefaultOptionType | import("rc-select/lib/Select").BaseOptionType = import("rc-select/lib/Select").DefaultOptionType>(props: import("rc-select").SelectProps<ValueType, OptionType> & { children?: React.ReactNode; } & { ref?: React.Ref<import("rc-select").BaseSelectRef> | undefined; }) => React.ReactElement<any, string | React.JSXElementConstructor<any>>) & { Option: import("rc-select/lib/Option").OptionFC; OptGroup: import("rc-select/lib/OptGroup").OptionGroupFC; } & React.NamedExoticComponent<import("../select").SelectProps> & { readonly type: ({ mini, ...props }: import("../select").SelectProps) => React.JSX.Element; } & React.NamedExoticComponent<import("../select").SelectProps> & { readonly type: (props: React.ComponentProps<typeof Select>) => React.JSX.Element; }; export default MiniSelect;