chore: update ant-design dependencies and add new icon types
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import React from 'react';
|
||||
import type { BackTopProps, FloatButtonRef } from './interface';
|
||||
declare const BackTop: React.ForwardRefExoticComponent<BackTopProps & React.RefAttributes<FloatButtonRef>>;
|
||||
export default BackTop;
|
||||
Reference in New Issue
Block a user