comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
10 lines (8 loc) • 325 B
TypeScript
import { ExtractPropTypes, PropType, Component } from 'vue';
export declare const bulletProps: {
readonly sign: StringConstructor;
readonly icon: PropType<Component>;
readonly color: StringConstructor;
readonly disabled: BooleanConstructor;
};
export type BulletProps = ExtractPropTypes<typeof bulletProps>;