UNPKG

228 BTypeScriptView Raw
1import * as React from 'react';
2import Select from '../select';
3interface MiniSelectInterface extends React.FC<any> {
4 Option: typeof Select.Option;
5}
6declare const MiniSelect: MiniSelectInterface;
7export default MiniSelect;