UNPKG

nuxt-live-editor

Version:
6 lines (5 loc) 194 B
export declare const useFetchLiveEditorValues: (edit: boolean, user: any) => Promise<{ fetchDataLive: () => Promise<any>; liveEditorValues: import("vue").Ref<any>; refresh: any; }>;