Skip to content

Commit

Permalink
fix: add d.ts files with typings
Browse files Browse the repository at this point in the history
  • Loading branch information
jbroma committed Nov 26, 2024
1 parent 21bad2b commit 6d9da6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/repack/client/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from '../dist/modules/ScriptManager';
1 change: 1 addition & 0 deletions packages/repack/mf/core-plugin.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { RepackCorePlugin } from '../dist/modules/FederationRuntimePlugins/CorePlugin';
1 change: 1 addition & 0 deletions packages/repack/mf/resolver-plugin.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { RepackResolverPlugin } from '../dist/modules/FederationRuntimePlugins/ResolverPlugin';

0 comments on commit 6d9da6f

Please sign in to comment.