comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
42 lines (40 loc) • 1.64 kB
TypeScript
declare function setBarTop(top: number, beh?: any): void;
declare function setBarLeft(left: number, beh?: any): void;
declare function getScrollEvent(): HTMLElement;
declare function __VLS_template(): {
default?(_: {}): any;
};
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
readonly height: StringConstructor;
readonly display: {
readonly type: import('vue').PropType<import('../../../utils').ComicDisplay>;
readonly default: "hover";
};
readonly maxHeight: StringConstructor;
}>, {
setBarTop: typeof setBarTop;
setBarLeft: typeof setBarLeft;
getScrollEvent: typeof getScrollEvent;
hasThumby: import('vue').Ref<boolean, boolean>;
hasThumbx: import('vue').Ref<boolean, boolean>;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
scroll: (evt: Event) => void;
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
readonly height: StringConstructor;
readonly display: {
readonly type: import('vue').PropType<import('../../../utils').ComicDisplay>;
readonly default: "hover";
};
readonly maxHeight: StringConstructor;
}>> & Readonly<{
onScroll?: (evt: Event) => any;
}>, {
readonly display: import('../../../utils').ComicDisplay;
}, {}, {}, {}, 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;
};
};