first commit
This commit is contained in:
9
frontend/node_modules/rc-util/es/Portal.d.ts
generated
vendored
Normal file
9
frontend/node_modules/rc-util/es/Portal.d.ts
generated
vendored
Normal file
@@ -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