chore: update ant-design dependencies and add new icon types
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import * as React from 'react';
|
||||
type CompoundedComponent = React.FC<React.PropsWithChildren> & {};
|
||||
declare const BreadcrumbSeparator: CompoundedComponent;
|
||||
export default BreadcrumbSeparator;
|
||||
Reference in New Issue
Block a user