comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
112 lines (111 loc) • 4.13 kB
TypeScript
export declare const CuAnchorLink: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
readonly href: {
readonly type: StringConstructor;
readonly required: true;
};
readonly title: StringConstructor;
readonly underline: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly offset: {
readonly type: NumberConstructor;
readonly default: 0;
};
readonly duration: {
readonly type: NumberConstructor;
readonly default: 500;
};
readonly anchorAnimation: BooleanConstructor;
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
readonly href: {
readonly type: StringConstructor;
readonly required: true;
};
readonly title: StringConstructor;
readonly underline: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly offset: {
readonly type: NumberConstructor;
readonly default: 0;
};
readonly duration: {
readonly type: NumberConstructor;
readonly default: 500;
};
readonly anchorAnimation: BooleanConstructor;
}>> & Readonly<{}>, {
readonly offset: number;
readonly duration: number;
readonly anchorAnimation: boolean;
readonly underline: boolean;
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('vue').ExtractPropTypes<{
readonly href: {
readonly type: StringConstructor;
readonly required: true;
};
readonly title: StringConstructor;
readonly underline: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly offset: {
readonly type: NumberConstructor;
readonly default: 0;
};
readonly duration: {
readonly type: NumberConstructor;
readonly default: 500;
};
readonly anchorAnimation: BooleanConstructor;
}>> & Readonly<{}>, {}, {}, {}, {}, {
readonly offset: number;
readonly duration: number;
readonly anchorAnimation: boolean;
readonly underline: boolean;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
readonly href: {
readonly type: StringConstructor;
readonly required: true;
};
readonly title: StringConstructor;
readonly underline: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly offset: {
readonly type: NumberConstructor;
readonly default: 0;
};
readonly duration: {
readonly type: NumberConstructor;
readonly default: 500;
};
readonly anchorAnimation: BooleanConstructor;
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
readonly offset: number;
readonly duration: number;
readonly anchorAnimation: boolean;
readonly underline: 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;
"sub-link"?(_: {}): any;
};
}) & {
install?: (app: import('vue').App) => void;
};