UNPKG

comic-plus

Version:

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

55 lines (53 loc) 2.3 kB
declare function __VLS_template(): { default?(_: {}): any; dropdown?(_: {}): any; }; declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{ readonly trigger: { readonly type: import('vue').PropType<"hover" | "click" | "right-click">; readonly default: "hover"; }; readonly chooseAfterHide: { readonly type: BooleanConstructor; readonly default: true; }; readonly button: BooleanConstructor; readonly size: import('vue').PropType<import('../../../utils').ComicSize>; readonly buttonType: import('vue').PropType<import('../../../utils').ComicType>; readonly buttonIcon: import('vue').PropType<import('vue').Component | string>; readonly disabled: BooleanConstructor; readonly popperClass: StringConstructor; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "menu-click": (value?: string) => void; "button-click": (evt: MouseEvent) => void; }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{ readonly trigger: { readonly type: import('vue').PropType<"hover" | "click" | "right-click">; readonly default: "hover"; }; readonly chooseAfterHide: { readonly type: BooleanConstructor; readonly default: true; }; readonly button: BooleanConstructor; readonly size: import('vue').PropType<import('../../../utils').ComicSize>; readonly buttonType: import('vue').PropType<import('../../../utils').ComicType>; readonly buttonIcon: import('vue').PropType<import('vue').Component | string>; readonly disabled: BooleanConstructor; readonly popperClass: StringConstructor; }>> & Readonly<{ "onMenu-click"?: (value?: string) => any; "onButton-click"?: (evt: MouseEvent) => any; }>, { readonly button: boolean; readonly disabled: boolean; readonly trigger: "click" | "hover" | "right-click"; readonly chooseAfterHide: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>; export default _default; type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S; }; };