UNPKG

zmp-vue

Version:

Build full featured iOS & Android apps using ZMP & Vue

17 lines (14 loc) 268 B
import { ComponentOptionsMixin, DefineComponent } from 'vue'; declare const Card: DefineComponent< { inset?: boolean; title?: string; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin >; export default Card;