comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
19 lines (17 loc) • 711 B
TypeScript
import { PropType } from 'vue';
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
shape: {
type: PropType<"circle" | "image" | "row">;
default: string;
};
size: NumberConstructor;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
shape: {
type: PropType<"circle" | "image" | "row">;
default: string;
};
size: NumberConstructor;
}>> & Readonly<{}>, {
shape: "circle" | "image" | "row";
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;