UNPKG

comic-plus

Version:

<p align="center"> <img width="200px" src="./logo.png"/> </p>

61 lines (60 loc) 2.52 kB
export declare const CuContextmenu: { new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{ readonly menus: import('vue').PropType<string[] | { label?: string; value: any; icon?: import('vue').Component; callback?: () => void; }[]>; }>> & Readonly<{ "onMenu-click"?: (value: any) => any; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "menu-click": (value: any) => void; }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{ readonly menus: import('vue').PropType<string[] | { label?: string; value: any; icon?: import('vue').Component; callback?: () => void; }[]>; }>> & Readonly<{ "onMenu-click"?: (value: any) => any; }>, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<import('vue').ExtractPropTypes<{ readonly menus: import('vue').PropType<string[] | { label?: string; value: any; icon?: import('vue').Component; callback?: () => void; }[]>; }>> & Readonly<{ "onMenu-click"?: (value: any) => any; }>, {}, {}, {}, {}, {}>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{ readonly menus: import('vue').PropType<string[] | { label?: string; value: any; icon?: import('vue').Component; callback?: () => void; }[]>; }>> & Readonly<{ "onMenu-click"?: (value: any) => any; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "menu-click": (value: any) => void; }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => { $slots: { default?(_: {}): any; menus?(_: {}): any; }; }) & { install?: (app: import('vue').App) => void; };