UNPKG

@ant-design/happy-work-theme

Version:
8 lines (7 loc) 320 B
import * as React from 'react'; type UnmountType = () => Promise<void>; type RenderType = (node: React.ReactElement, container: Element | DocumentFragment) => UnmountType; export declare const unstableRender: RenderType; /** @internal Test usage. Not work in prod */ export declare const _can: () => boolean; export {};