UNPKG

nuxt-live-editor

Version:
4 lines (3 loc) 130 B
export declare const useCheckEditorPermission: (currentUser: any) => Promise<{ canLiveEditor: import("vue").Ref<boolean>; }>;