UNPKG

@sitecore-jss/sitecore-jss-rendering-host

Version:

This module is provided as a part of Sitecore JavaScript Rendering SDK (JSS). It contains the rendering host implementation.

4 lines (3 loc) 136 B
declare module 'import-fresh' { export default function(modulePath: string): { [key: string]: (...args: unknown[]) => unknown }; }