File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 5
5
``` ts
6
6
7
7
import type { IRefObject } from ' @fluentui/utilities' ;
8
+ import { MergeStylesShadowRootContext } from ' @fluentui/utilities' ;
8
9
import { MergeStylesShadowRootContextValue } from ' @fluentui/utilities' ;
9
10
import type { Point } from ' @fluentui/utilities' ;
10
11
import * as React_2 from ' react' ;
@@ -21,6 +22,8 @@ export class FocusZone extends React_2.Component<IFocusZoneProps> implements IFo
21
22
// (undocumented)
22
23
componentWillUnmount(): void ;
23
24
// (undocumented)
25
+ context: React_2 .ContextType <typeof MergeStylesShadowRootContext >;
26
+ // (undocumented)
24
27
static contextType: React_2 .Context <MergeStylesShadowRootContextValue | undefined >;
25
28
// (undocumented)
26
29
get defaultFocusElement(): HTMLElement | null ;
Original file line number Diff line number Diff line change @@ -127,6 +127,8 @@ export class FocusZone extends React.Component<IFocusZoneProps> implements IFocu
127
127
'data-tabster' : '{"uncontrolled": {}}' ,
128
128
} as IFocusZonePropsWithTabster ;
129
129
130
+ public declare context : React . ContextType < typeof MergeStylesShadowRootContext > ;
131
+
130
132
private _root : React . RefObject < HTMLElement > = React . createRef ( ) ;
131
133
private _mergedRef = createMergedRef < HTMLElement > ( ) ;
132
134
You can’t perform that action at this time.
0 commit comments