@module-federation/enhanced
Version:
This package provides enhanced features for module federation.
13 lines • 330 B
TypeScript
//#region src/schemas/sharing/ProviderSharedPlugin.check.d.ts
declare function t(r: any, {
instancePath: s,
parentData: n,
parentDataProperty: o,
rootData: a
}?: {
instancePath?: string | undefined;
rootData?: any;
}): any;
//#endregion
export { t as default };
//# sourceMappingURL=ProviderSharedPlugin.check.d.ts.map