comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
179 lines (178 loc) • 6.67 kB
TypeScript
export declare const CuElevator: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
readonly height: {
readonly type: StringConstructor;
readonly default: "100%";
};
readonly offset: {
readonly type: NumberConstructor;
readonly default: 0;
};
readonly postion: {
readonly type: import('vue').PropType<"left-top" | "left-bottom" | "right-top" | "right-bottom" | "none">;
readonly default: "right-bottom";
};
readonly hasMenu: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly menuSize: {
readonly type: StringConstructor;
readonly default: "40px";
};
readonly fold: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly scrollbarDisplay: {
readonly type: import('vue').PropType<import('../../utils').ComicDisplay>;
readonly default: "always";
};
}>> & Readonly<{
onChange?: (value: string) => any;
}>, {
changeItemActive: (name: string) => void;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
change: (value: string) => void;
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
readonly height: {
readonly type: StringConstructor;
readonly default: "100%";
};
readonly offset: {
readonly type: NumberConstructor;
readonly default: 0;
};
readonly postion: {
readonly type: import('vue').PropType<"left-top" | "left-bottom" | "right-top" | "right-bottom" | "none">;
readonly default: "right-bottom";
};
readonly hasMenu: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly menuSize: {
readonly type: StringConstructor;
readonly default: "40px";
};
readonly fold: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly scrollbarDisplay: {
readonly type: import('vue').PropType<import('../../utils').ComicDisplay>;
readonly default: "always";
};
}>> & Readonly<{
onChange?: (value: string) => any;
}>, {
readonly height: string;
readonly offset: number;
readonly postion: "none" | "left-top" | "left-bottom" | "right-top" | "right-bottom";
readonly hasMenu: boolean;
readonly menuSize: string;
readonly fold: boolean;
readonly scrollbarDisplay: import('../../utils').ComicDisplay;
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('vue').ExtractPropTypes<{
readonly height: {
readonly type: StringConstructor;
readonly default: "100%";
};
readonly offset: {
readonly type: NumberConstructor;
readonly default: 0;
};
readonly postion: {
readonly type: import('vue').PropType<"left-top" | "left-bottom" | "right-top" | "right-bottom" | "none">;
readonly default: "right-bottom";
};
readonly hasMenu: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly menuSize: {
readonly type: StringConstructor;
readonly default: "40px";
};
readonly fold: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly scrollbarDisplay: {
readonly type: import('vue').PropType<import('../../utils').ComicDisplay>;
readonly default: "always";
};
}>> & Readonly<{
onChange?: (value: string) => any;
}>, {
changeItemActive: (name: string) => void;
}, {}, {}, {}, {
readonly height: string;
readonly offset: number;
readonly postion: "none" | "left-top" | "left-bottom" | "right-top" | "right-bottom";
readonly hasMenu: boolean;
readonly menuSize: string;
readonly fold: boolean;
readonly scrollbarDisplay: import('../../utils').ComicDisplay;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
readonly height: {
readonly type: StringConstructor;
readonly default: "100%";
};
readonly offset: {
readonly type: NumberConstructor;
readonly default: 0;
};
readonly postion: {
readonly type: import('vue').PropType<"left-top" | "left-bottom" | "right-top" | "right-bottom" | "none">;
readonly default: "right-bottom";
};
readonly hasMenu: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly menuSize: {
readonly type: StringConstructor;
readonly default: "40px";
};
readonly fold: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly scrollbarDisplay: {
readonly type: import('vue').PropType<import('../../utils').ComicDisplay>;
readonly default: "always";
};
}>> & Readonly<{
onChange?: (value: string) => any;
}>, {
changeItemActive: (name: string) => void;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
change: (value: string) => void;
}, string, {
readonly height: string;
readonly offset: number;
readonly postion: "none" | "left-top" | "left-bottom" | "right-top" | "right-bottom";
readonly hasMenu: boolean;
readonly menuSize: string;
readonly fold: boolean;
readonly scrollbarDisplay: import('../../utils').ComicDisplay;
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
$slots: {
menu?(_: {}): any;
default?(_: {}): any;
};
}) & {
install?: (app: import('vue').App) => void;
};