UNPKG

react-imported-component

Version:
7 lines (6 loc) 159 B
/** * helper function to remap imports * @param x * @param map */ export declare function remapImports<T, Y>(x: Promise<T>, map: (a: T) => Y): Promise<Y>;