OpenChannelCreateContextsType: {
    Fragment: React.Context<{
        headerRight: string;
        headerTitle: string;
    }>;
}

Internal context for OpenChannelCreate For example, the developer can create a custom header with getting data from the domain context

Type declaration

  • Fragment: React.Context<{
        headerRight: string;
        headerTitle: string;
    }>

Generated using TypeDoc