comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
12 lines (10 loc) • 336 B
TypeScript
import { ExtractPropTypes, PropType } from 'vue';
export declare const atlasProps: {
readonly svg: StringConstructor;
readonly size: {
readonly type: PropType<string | number>;
readonly default: 200;
};
readonly color: StringConstructor;
};
export type AtlasProps = ExtractPropTypes<typeof atlasProps>;