-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(merge-styles): export DeepPartialV2 from index of @fluentui/merge-styles #33806
base: master
Are you sure you want to change the base?
Conversation
18dbf38
to
3edc2f5
Compare
📊 Bundle size reportUnchanged fixtures
|
Pull request demo site: URL |
@@ -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'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Hotell WDYT? As I recall you added this type.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Hotell Could you please help comment on this? Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@spmonahan @Hotell Kindly ping. Is there any further thought on the item?
Previous Behavior
The DeepPartialV2 is used in typing of mergeStyles but not exported from index.
New Behavior
export type DeepPartialV2 from index.
Related Issue(s)