UNPKG

@ovine/core

Version:

Build flexible admin system with json.

5 lines (4 loc) 258 B
import { AppInstance } from '@core/app/instance/type'; import { AppDefInstance, AppMountedProps } from "./types"; export declare type AppInsType = AppInstance & AppMountedProps & Omit<AppDefInstance, keyof AppInstance>; export declare const app: AppInsType;