rebuild hrm
This commit is contained in:
2
node_modules/@react-aria/interactions/src/context.ts
generated
vendored
2
node_modules/@react-aria/interactions/src/context.ts
generated
vendored
@@ -19,5 +19,5 @@ interface IPressResponderContext extends PressProps {
|
||||
ref?: MutableRefObject<FocusableElement>
|
||||
}
|
||||
|
||||
export const PressResponderContext = React.createContext<IPressResponderContext>({register: () => {}});
|
||||
export const PressResponderContext: React.Context<IPressResponderContext> = React.createContext<IPressResponderContext>({register: () => {}});
|
||||
PressResponderContext.displayName = 'PressResponderContext';
|
||||
|
||||
Reference in New Issue
Block a user