3 lines
No EOL
169 B
TypeScript
3 lines
No EOL
169 B
TypeScript
export default function unsupportedProp(props: {
|
|
[key: string]: any;
|
|
}, propName: string, componentName: string, location: string, propFullName: string): Error | null; |