UNPKG

@wazespace/wme-react-components

Version:

A package with useful replications of the Waze Map Editor components to use in userscripts

5 lines 225 B
import { ComponentType } from 'react'; export declare function getReactDisplayName(component: ComponentType<any> | string | { render: ComponentType; }): string | undefined; //# sourceMappingURL=react-display-name.d.ts.map