UNPKG

@konnec/vue-eloquent

Version:

An interface for Vue and Laravel Eloquent through API

16 lines (15 loc) 347 B
import { App } from 'vue'; export declare function setupDevtools(app: App): void; /** * Refresh devtools inspector * * Tree + State */ export declare const refreshInspector: () => Promise<void>; /** * Add timeline event */ export declare const addTimelineEvent: ({ data, title }: { data: any; title?: string | undefined; }) => void;