UNPKG

@dunite/au-react-wrapper

Version:
12 lines (11 loc) 363 B
import * as React from 'react'; export declare class ReactStateWrapper extends React.Component { inneridReact: string; state: any; aureliaHost: any; reactClass: any; constructor(props: any); componentWillUnmount(): void; componentDidMount(): void; render(): React.CElement<any, React.Component<any, any, any>> | null; }