UNPKG

tav-ui

Version:
10 lines (9 loc) 258 B
import { type ComputedRef } from 'vue'; import { type EditorProps } from '../typings'; export declare function useEditorMenubar(options: { mergedProps: ComputedRef<EditorProps>; }): { menubarConfig: ComputedRef<{ menubar: boolean; }>; };