Skip to content

Commit

Permalink
Export DeepPartialV2 from index of @fluentui/merge-styles
Browse files Browse the repository at this point in the history
  • Loading branch information
gyz0072004 committed Feb 10, 2025
1 parent 0274540 commit 18dbf38
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Export DeepPartialV2 type definition",
"packageName": "@fluentui/merge-styles",
"email": "[email protected]",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion packages/merge-styles/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export type { IKeyframes } from './IKeyframes';
export type { IStyleFunction, IStyleFunctionOrObject } from './IStyleFunction';

// eslint-disable-next-line @typescript-eslint/no-deprecated
export type { DeepPartial } from './DeepPartial';
export type { DeepPartial, DeepPartialV2 } from './DeepPartial';

// eslint-disable-next-line @typescript-eslint/no-deprecated
export type { IConcatenatedStyleSet, IProcessedStyleSet, IStyleSet, IStyleSetBase, Omit } from './IStyleSet';
Expand Down

0 comments on commit 18dbf38

Please sign in to comment.