comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
46 lines (45 loc) • 2.36 kB
TypeScript
export declare const CuMenuItem: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
readonly index: StringConstructor;
readonly label: StringConstructor;
readonly icon: import('vue').PropType<import('vue').Component>;
readonly showEllipsis: BooleanConstructor;
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
readonly index: StringConstructor;
readonly label: StringConstructor;
readonly icon: import('vue').PropType<import('vue').Component>;
readonly showEllipsis: BooleanConstructor;
}>> & Readonly<{}>, {
readonly showEllipsis: boolean;
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('vue').ExtractPropTypes<{
readonly index: StringConstructor;
readonly label: StringConstructor;
readonly icon: import('vue').PropType<import('vue').Component>;
readonly showEllipsis: BooleanConstructor;
}>> & Readonly<{}>, {}, {}, {}, {}, {
readonly showEllipsis: boolean;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
readonly index: StringConstructor;
readonly label: StringConstructor;
readonly icon: import('vue').PropType<import('vue').Component>;
readonly showEllipsis: BooleanConstructor;
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
readonly showEllipsis: 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;
};