UNPKG

antd-hz

Version:

华卓科技基于 antd 5.0 定制的组件库

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;