This commit is contained in:
Saad Najmi 2021-05-12 02:18:28 -05:00
Родитель 0e07cedf2b
Коммит e616c2249e
3 изменённых файлов: 10 добавлений и 1 удалений

Просмотреть файл

@ -0,0 +1,8 @@
{
"type": "patch",
"comment": "no-op to force package update",
"packageName": "@fluentui/react-native",
"email": "sanajmi@microsoft.com",
"dependentChangeType": "patch",
"date": "2021-05-12T07:18:28.887Z"
}

Просмотреть файл

@ -18,7 +18,7 @@ import { settings } from './RadioGroup.settings';
import { mergeSettings } from '@uifabricshared/foundation-settings';
import { foregroundColorTokens, textTokens } from '@fluentui-react-native/tokens';
import { useSelectedKey } from '@fluentui-react-native/interactive-hooks';
// Make a change
export const RadioGroupContext = React.createContext<IRadioGroupContext>({
selectedKey: null,
onChange: (/* key: string */) => {

Просмотреть файл

@ -12,3 +12,4 @@ export * from '@fluentui-react-native/radio-group';
export * from '@fluentui-react-native/separator';
export * from '@fluentui-react-native/text';
export * from '@fluentui-react-native/interactive-hooks';
// noop