unis_crm/frontend1/node_modules/antd/lib/slider/useRafLock.d.ts

2 lines
96 B
TypeScript
Raw Normal View History

2026-03-26 09:29:55 +00:00
export default function useRafLock(): [state: boolean, setState: (nextState: boolean) => void];