4 lines
138 B
TypeScript
4 lines
138 B
TypeScript
export declare const buildDeprecatedPropsWarning: (message: string | string[]) => (deprecatedProps: {
|
|
[key: string]: any;
|
|
}) => void;
|