UNPKG

@ovine-eason/core

Version:

Build flexible admin system with json.

6 lines (5 loc) 185 B
import { AppContextState } from "./context"; export declare type State = Omit<AppContextState, 'setContext'> & { theme: string; }; export declare const App: () => JSX.Element;