rebuild hrm

This commit is contained in:
2026-04-13 09:30:59 +08:00
parent 44a98495ab
commit cd31c74da8
12034 changed files with 548007 additions and 451275 deletions

View File

@@ -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';