Skip to content

Commit

Permalink
feat(react-components): re-export GriffelResetStyle type (#28367)
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter committed Jun 29, 2023
1 parent 09765ca commit 10b70d6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "re-export GriffelResetStyle type",
"packageName": "@fluentui/react-components",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ import { getNativeElementProps } from '@fluentui/react-utilities';
import { getPartitionedNativeProps } from '@fluentui/react-utilities';
import { getSlots } from '@fluentui/react-utilities';
import { GriffelRenderer } from '@griffel/react';
import { GriffelResetStyle } from '@griffel/react';
import { GriffelStyle } from '@griffel/react';
import { HorizontalSpacingTokens } from '@fluentui/react-theme';
import { IdPrefixProvider } from '@fluentui/react-utilities';
Expand Down Expand Up @@ -1583,6 +1584,8 @@ export { getSlots }

export { GriffelRenderer }

export { GriffelResetStyle }

export { GriffelStyle }

export { HorizontalSpacingTokens }
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/react-components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export {
renderToStyleElements,
shorthands,
} from '@griffel/react';
export type { GriffelStyle, GriffelRenderer } from '@griffel/react';
export type { GriffelStyle, GriffelRenderer, GriffelResetStyle } from '@griffel/react';
export {
FluentProvider,
fluentProviderClassNames,
Expand Down

0 comments on commit 10b70d6

Please sign in to comment.