UNPKG

397 BTypeScriptView Raw
1/// <reference types="react" />
2import * as React from "react";
3export declare class Component extends React.Component {
4 static getInitialProps(args: any): Promise<{
5 input: any;
6 context: any;
7 params: any;
8 }>;
9 static setLocale(req: any, locale: string): void;
10 static botonicInit(args: any): Promise<void>;
11 static humanHandOff(req: any): Promise<void>;
12}