Files
adminpage/node_modules/rc-mentions/es/hooks/useEffectState.d.ts

6 lines
154 B
TypeScript
Raw Normal View History

export type Trigger = (callback?: VoidFunction) => void;
/**
* Trigger a callback on state change
*/
export default function useEffectState(): Trigger;