amis-rpc-design/node_modules/antd/es/config-provider/PropWarning.d.ts

7 lines
259 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
import * as React from 'react';
export interface PropWarningProps {
dropdownMatchSelectWidth?: boolean;
}
declare const _default: React.MemoExoticComponent<({ dropdownMatchSelectWidth }: PropWarningProps) => null> | (() => null);
export default _default;