Skip to content

Commit 5da8f8a

Browse files
authored
Export stuff that Button should export (#3960)
* Export stuff that Button should export * Change files
1 parent c8862e2 commit 5da8f8a

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Export stuff that Button should export",
4+
"packageName": "@fluentui/react-native",
5+
"email": "email not defined",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Export stuff that Button should export",
4+
"packageName": "@fluentui-react-native/button",
5+
"email": "email not defined",
6+
"dependentChangeType": "patch"
7+
}

packages/components/Button/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export type {
2424
ButtonType,
2525
} from './Button.types';
2626
export { buttonName as buttonNameV1 } from './Button.types';
27-
export { Button as ButtonV1 } from './Button';
27+
export { Button as ButtonV1, buttonLookup, getFocusBorderStyle } from './Button';
2828
export { useButton } from './useButton';
2929
export { CompoundButton, compoundButtonName } from './CompoundButton';
3030
export type { CompoundButtonProps, CompoundButtonSlotProps, CompoundButtonTokens, CompoundButtonType } from './CompoundButton';

packages/libraries/core/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ export {
1313
toggleButtonName,
1414
useButton,
1515
useToggleButton,
16+
buttonLookup,
17+
getFocusBorderStyle,
1618
} from '@fluentui-react-native/button';
1719
export type {
1820
ButtonAppearance,

0 commit comments

Comments
 (0)