Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Export stuff that Button should export",
"packageName": "@fluentui/react-native",
"email": "email not defined",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Export stuff that Button should export",
"packageName": "@fluentui-react-native/button",
"email": "email not defined",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion packages/components/Button/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export type {
ButtonType,
} from './Button.types';
export { buttonName as buttonNameV1 } from './Button.types';
export { Button as ButtonV1 } from './Button';
export { Button as ButtonV1, buttonLookup, getFocusBorderStyle } from './Button';
export { useButton } from './useButton';
export { CompoundButton, compoundButtonName } from './CompoundButton';
export type { CompoundButtonProps, CompoundButtonSlotProps, CompoundButtonTokens, CompoundButtonType } from './CompoundButton';
Expand Down
2 changes: 2 additions & 0 deletions packages/libraries/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export {
toggleButtonName,
useButton,
useToggleButton,
buttonLookup,
getFocusBorderStyle,
} from '@fluentui-react-native/button';
export type {
ButtonAppearance,
Expand Down