comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
55 lines (54 loc) • 2.57 kB
TypeScript
export declare const CuList: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
readonly animated: BooleanConstructor;
readonly animation: StringConstructor;
readonly border: BooleanConstructor;
readonly header: StringConstructor;
readonly footer: StringConstructor;
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
readonly animated: BooleanConstructor;
readonly animation: StringConstructor;
readonly border: BooleanConstructor;
readonly header: StringConstructor;
readonly footer: StringConstructor;
}>> & Readonly<{}>, {
readonly animated: boolean;
readonly border: boolean;
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('vue').ExtractPropTypes<{
readonly animated: BooleanConstructor;
readonly animation: StringConstructor;
readonly border: BooleanConstructor;
readonly header: StringConstructor;
readonly footer: StringConstructor;
}>> & Readonly<{}>, {}, {}, {}, {}, {
readonly animated: boolean;
readonly border: boolean;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
readonly animated: BooleanConstructor;
readonly animation: StringConstructor;
readonly border: BooleanConstructor;
readonly header: StringConstructor;
readonly footer: StringConstructor;
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
readonly animated: boolean;
readonly border: boolean;
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
$slots: {
header?(_: {}): any;
default?(_: {}): any;
footer?(_: {}): any;
};
}) & {
install?: (app: import('vue').App) => void;
};