warningPropsUtil.d.ts 120 Bytes Raw Blame History Permalink 1 2 3 import { SelectProps } from '..'; declare function warningProps(props: SelectProps): void; export default warningProps;