UNPKG

comic-plus

Version:

<p align="center"> <img width="200px" src="./logo.png"/> </p>

14 lines (12 loc) 311 B
import { ExtractPropTypes, PropType } from 'vue'; export declare const iconProps: { size: { type: PropType<number | string>; default: string; }; color: { type: StringConstructor; default: string; }; }; export type IconProps = ExtractPropTypes<typeof iconProps>;