UNPKG

@insightphp/insight

Version:

Laravel package for building control panels.

8 lines (7 loc) 212 B
import type { InsightApp } from "./insight"; export interface ConfigureInsight { } /** * Creates new Insight application. */ export declare function bootInsight(config?: Partial<ConfigureInsight>): InsightApp;