UNPKG

comic-plus

Version:

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

9 lines (7 loc) 268 B
import { ExtractPropTypes } from 'vue'; export declare const emptyProps: { readonly description: StringConstructor; readonly image: StringConstructor; readonly imageSize: NumberConstructor; }; export type EmptyProps = ExtractPropTypes<typeof emptyProps>;