UNPKG

@wazespace/wme-react-components

Version:

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

3 lines 134 B
import { Ref } from 'react'; export declare function mergeRefs<T>(...refs: Ref<T>[]): Ref<T>; //# sourceMappingURL=merge-refs.d.ts.map