Skip to content

Commit

Permalink
chore(storybook-addon): add preset types
Browse files Browse the repository at this point in the history
  • Loading branch information
2heal1 committed Nov 14, 2024
1 parent 994d01e commit de22c3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/storybook-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
"*": {
".": [
"./dist/index.d.ts"
],
"preset": [
"./dist/preset.d.ts"
]
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const writeBootstrap = (context: string, entryPath: string) => {
}
fs.writeFileSync(bootstrapPath, generateBootstrap(context, entryPath));
};
export const withModuleFederation = async (
export const withModuleFederation = (
rsbuildConfig: RsbuildConfig,
options: moduleFederationPlugin.ModuleFederationPluginOptions,
) => {
Expand Down

0 comments on commit de22c3e

Please sign in to comment.