UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

7 lines (6 loc) 259 B
import * as React from 'react'; export interface PropWarningProps { dropdownMatchSelectWidth?: boolean; } declare const _default: React.MemoExoticComponent<({ dropdownMatchSelectWidth }: PropWarningProps) => null> | (() => null); export default _default;