UNPKG

comic-plus

Version:

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

10 lines (8 loc) 300 B
import { ExtractPropTypes, PropType } from 'vue'; export declare const cardGroupProps: { readonly cardHoverEffect: { readonly type: PropType<"none" | "filter" | "stack">; readonly default: "filter"; }; }; export type CardGroupProps = ExtractPropTypes<typeof cardGroupProps>;