chore: update ant-design dependencies and add new icon types
This commit is contained in:
Generated
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
import * as React from 'react';
|
||||
export default function useScrollTo(ulRef: React.RefObject<HTMLUListElement>, value: number | string): [syncScroll: VoidFunction, clearScroll: VoidFunction, isScrolling: () => boolean];
|
||||
Reference in New Issue
Block a user