Files
copilot-toolbox-template-121/node_modules/rc-mentions/lib/hooks/useEffectState.d.ts
2026-01-16 02:20:32 +00:00

6 lines
154 B
TypeScript

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