UNPKG

rrsx

Version:
23 lines (20 loc) 468 B
import { Component } from 'react'; export declare interface NotFound { default: Component; templates: Object; } export declare interface WaitFor { default: Component; templates: Object; } export declare interface WIP { default: Component; templates: Object; } export declare interface RRSXDefaults { notFound: NotFound; waitFor: WaitFor; wip: WIP; } export declare function setDefaults(params: RRSXDefaults); export declare const defaultsInstance;