minishouyin/node_modules/rc-mentions/lib/hooks/useEffectState.d.ts

6 lines
154 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
export type Trigger = (callback?: VoidFunction) => void;
/**
* Trigger a callback on state change
*/
export default function useEffectState(): Trigger;