Latest updates from IceHrmPro
This commit is contained in:
6
web/node_modules/rc-trigger/lib/context.d.ts
generated
vendored
Normal file
6
web/node_modules/rc-trigger/lib/context.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import React from 'react';
|
||||
interface TriggerContextProps {
|
||||
onPopupMouseDown: React.MouseEventHandler<HTMLElement>;
|
||||
}
|
||||
declare const TriggerContext: React.Context<TriggerContextProps>;
|
||||
export default TriggerContext;
|
||||
Reference in New Issue
Block a user