UNPKG

comic-plus

Version:

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

11 lines (9 loc) 345 B
import { ExtractPropTypes } from 'vue'; export declare const listProps: { readonly animated: BooleanConstructor; readonly animation: StringConstructor; readonly border: BooleanConstructor; readonly header: StringConstructor; readonly footer: StringConstructor; }; export type ListProps = ExtractPropTypes<typeof listProps>;