Files
video-gen/video-gen-admin/node_modules/antd/es/config-provider/PropWarning.d.ts
T
2026-05-25 17:08:18 +08:00

7 lines
220 B
TypeScript

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