first commit
This commit is contained in:
5
frontend/node_modules/rc-mentions/lib/hooks/useEffectState.d.ts
generated
vendored
Normal file
5
frontend/node_modules/rc-mentions/lib/hooks/useEffectState.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export type Trigger = (callback?: VoidFunction) => void;
|
||||
/**
|
||||
* Trigger a callback on state change
|
||||
*/
|
||||
export default function useEffectState(): Trigger;
|
||||
Reference in New Issue
Block a user