chore: update ant-design dependencies and add new icon types
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import type * as React from 'react';
|
||||
export type PortalRef = {};
|
||||
export interface PortalProps {
|
||||
didUpdate?: (prevProps: PortalProps) => void;
|
||||
getContainer: () => HTMLElement;
|
||||
children?: React.ReactNode;
|
||||
}
|
||||
declare const Portal: React.ForwardRefExoticComponent<PortalProps & React.RefAttributes<PortalRef>>;
|
||||
export default Portal;
|
||||
Reference in New Issue
Block a user