comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
66 lines (65 loc) • 2.29 kB
TypeScript
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
readonly width: NumberConstructor;
readonly height: NumberConstructor;
readonly image: StringConstructor;
readonly content: import('vue').PropType<string | string[]>;
readonly font: import('vue').PropType<{
fontSize?: number;
fontFamily?: string;
fontStyle?: string;
fontWeight?: string;
color?: string;
}>;
readonly zIndex: {
readonly type: NumberConstructor;
readonly default: 9;
};
readonly rotate: {
readonly type: NumberConstructor;
readonly default: -20;
};
readonly gap: {
readonly type: import('vue').PropType<number[]>;
readonly default: readonly [100, 100];
};
readonly offset: {
readonly type: import('vue').PropType<number[]>;
readonly default: readonly [0, 0];
};
}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
[key: string]: any;
}>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
readonly width: NumberConstructor;
readonly height: NumberConstructor;
readonly image: StringConstructor;
readonly content: import('vue').PropType<string | string[]>;
readonly font: import('vue').PropType<{
fontSize?: number;
fontFamily?: string;
fontStyle?: string;
fontWeight?: string;
color?: string;
}>;
readonly zIndex: {
readonly type: NumberConstructor;
readonly default: 9;
};
readonly rotate: {
readonly type: NumberConstructor;
readonly default: -20;
};
readonly gap: {
readonly type: import('vue').PropType<number[]>;
readonly default: readonly [100, 100];
};
readonly offset: {
readonly type: import('vue').PropType<number[]>;
readonly default: readonly [0, 0];
};
}>> & Readonly<{}>, {
readonly offset: number[];
readonly zIndex: number;
readonly gap: number[];
readonly rotate: number;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;