UNPKG

@aitianyu.cn/tianyu-shell-react

Version:
10 lines (9 loc) 392 B
/**@format */ import React from "react"; import { IReactProperty, IReactState } from "@aitianyu.cn/tianyu-shell/react"; export declare class TianyuElement<Prop extends IReactProperty, State extends IReactState> extends React.Component<Prop, State> { private loaded; constructor(_elementType: string, props: Prop); protected setLoaded(): void; protected isLoaded(): boolean; }