@ant-design/happy-work-theme
Version:
Ant Design happy work theme
8 lines (7 loc) • 320 B
TypeScript
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 {};