minishouyin/node_modules/rc-mentions/lib/hooks/useEffectState.d.ts
2025-11-12 11:35:57 +08:00

6 lines
154 B
TypeScript

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