Skip to content

Commit

Permalink
[0.72] [Win32] Export ITouchableWin32State (#11706)
Browse files Browse the repository at this point in the history
* Export ITouchableWin32State

* Change files
  • Loading branch information
acoates-ms committed Jun 6, 2023
1 parent c439438 commit 125bf23
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": "prerelease",
"comment": "Export ITouchableWin32State",
"packageName": "@office-iss/react-native-win32",
"email": "30809111+acoates-ms@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export {TextWin32} from './Components/Text/TextWin32';
export {IButtonWin32Props, IButtonWin32Style} from './Components/Button/ButtonWin32.Props';
export {ButtonWin32} from './Components/Button/ButtonWin32';
export {GradientColorStop, GradientColorValueWin32, ColorGradientWin32} from './StyleSheet/PlatformColorValueTypesWin32';
export {ITouchableWin32Props} from './Components/Touchable/TouchableWin32.Props';
export {ITouchableWin32Props, ITouchableWin32State} from './Components/Touchable/TouchableWin32.Props';
export * from './Components/Touchable/TouchableWin32.Types';
export * from './Components/Touchable/TouchableWin32';
export * from './PersonaCoin/PersonaCoin';
Expand Down

0 comments on commit 125bf23

Please sign in to comment.