UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

8 lines (7 loc) 228 B
import * as React from 'react'; import Select from '../select'; interface MiniSelectInterface extends React.FC<any> { Option: typeof Select.Option; } declare const MiniSelect: MiniSelectInterface; export default MiniSelect;