minishouyin/node_modules/antd/lib/slider/useRafLock.d.ts

2 lines
96 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
export default function useRafLock(): [state: boolean, setState: (nextState: boolean) => void];