Files
copilot-toolbox-template-123/node_modules/antd/lib/config-provider/PropWarning.d.ts
2026-01-09 14:52:46 +00:00

7 lines
259 B
TypeScript

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