UNPKG

comic-plus

Version:

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

12 lines (10 loc) 363 B
import { ExtractPropTypes } from 'vue'; export declare const containerCommonProps: { height: StringConstructor; }; export type ContainerCommonProps = ExtractPropTypes<typeof containerCommonProps>; export declare const asideProps: { width: StringConstructor; height: StringConstructor; }; export type AsideProps = ExtractPropTypes<typeof asideProps>;