UNPKG

apphouse

Version:

Component library for React that uses observable state management and theme-able components.

4 lines (3 loc) 219 B
import { IStoreWithBase } from '../context/context.interface'; import { Route } from './routing/route.interface'; export declare function initApphouse<S>(routes?: Route[], store?: IStoreWithBase<S>): IStoreWithBase<S>;