Change files
This commit is contained in:
Родитель
0e07cedf2b
Коммит
e616c2249e
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче