unis_crm/frontend1/node_modules/@rc-component/trigger/lib/hooks/useWatch.d.ts

2 lines
143 B
TypeScript
Raw Normal View History

2026-03-26 09:29:55 +00:00
export default function useWatch(open: boolean, target: HTMLElement, popup: HTMLElement, onAlign: VoidFunction, onScroll: VoidFunction): void;