UNPKG

@wazespace/wme-react-components

Version:

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

3 lines 329 B
import { ComponentProps, ComponentType } from 'react'; export declare function createForwardRef<C extends ComponentType<any>>(component: C): import("react").ForwardRefExoticComponent<import("react").PropsWithoutRef<ComponentProps<C>> & import("react").RefAttributes<HTMLElement>>; //# sourceMappingURL=create-forward-ref.d.ts.map