Skip to content

Commit

Permalink
chore: update typings
Browse files Browse the repository at this point in the history
  • Loading branch information
xusd320 committed Dec 16, 2024
1 parent b49376c commit 023ee39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mako/binding.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export interface BuildParams {
autoCSSModules?: boolean;
ignoreCSSParserErrors?: boolean;
dynamicImportToRequire?: boolean;
umd?: false | string;
umd?: false | string | { name: string; export?: string[] };
cjs?: boolean;
writeToDisk?: boolean;
transformImport?: {
Expand Down

0 comments on commit 023ee39

Please sign in to comment.