UNPKG

comic-plus

Version:

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

107 lines (106 loc) 3.96 kB
export declare const CuAffix: { new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{ readonly position: { readonly type: import('vue').PropType<"top" | "bottom">; readonly default: "top"; }; readonly offset: { readonly type: NumberConstructor; readonly default: 0; }; readonly target: StringConstructor; readonly zIndex: { readonly type: NumberConstructor; readonly default: 100; }; readonly disabled: BooleanConstructor; }>> & Readonly<{ onChange?: (value: boolean) => any; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { change: (value: boolean) => void; }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{ readonly position: { readonly type: import('vue').PropType<"top" | "bottom">; readonly default: "top"; }; readonly offset: { readonly type: NumberConstructor; readonly default: 0; }; readonly target: StringConstructor; readonly zIndex: { readonly type: NumberConstructor; readonly default: 100; }; readonly disabled: BooleanConstructor; }>> & Readonly<{ onChange?: (value: boolean) => any; }>, { readonly position: "top" | "bottom"; readonly offset: number; readonly zIndex: number; readonly disabled: boolean; }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<import('vue').ExtractPropTypes<{ readonly position: { readonly type: import('vue').PropType<"top" | "bottom">; readonly default: "top"; }; readonly offset: { readonly type: NumberConstructor; readonly default: 0; }; readonly target: StringConstructor; readonly zIndex: { readonly type: NumberConstructor; readonly default: 100; }; readonly disabled: BooleanConstructor; }>> & Readonly<{ onChange?: (value: boolean) => any; }>, {}, {}, {}, {}, { readonly position: "top" | "bottom"; readonly offset: number; readonly zIndex: number; readonly disabled: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{ readonly position: { readonly type: import('vue').PropType<"top" | "bottom">; readonly default: "top"; }; readonly offset: { readonly type: NumberConstructor; readonly default: 0; }; readonly target: StringConstructor; readonly zIndex: { readonly type: NumberConstructor; readonly default: 100; }; readonly disabled: BooleanConstructor; }>> & Readonly<{ onChange?: (value: boolean) => any; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { change: (value: boolean) => void; }, string, { readonly position: "top" | "bottom"; readonly offset: number; readonly zIndex: number; readonly disabled: boolean; }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => { $slots: { default?(_: {}): any; }; }) & { install?: (app: import('vue').App) => void; };