first commit
This commit is contained in:
9
frontend/node_modules/antd/es/config-provider/UnstableContext.d.ts
generated
vendored
Normal file
9
frontend/node_modules/antd/es/config-provider/UnstableContext.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import * as React from 'react';
|
||||
export type UnmountType = () => Promise<void>;
|
||||
export type RenderType = (node: React.ReactElement, container: Element | DocumentFragment) => UnmountType;
|
||||
/**
|
||||
* @deprecated Set React render function for compatible usage.
|
||||
* This is internal usage only compatible with React 19.
|
||||
* And will be removed in next major version.
|
||||
*/
|
||||
export declare function unstableSetRender(render?: RenderType): RenderType;
|
||||
Reference in New Issue
Block a user