UNPKG

comic-plus

Version:

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

9 lines (7 loc) 293 B
import { PropType, ExtractPropTypes, Component } from 'vue'; export declare const tabPaneProps: { readonly name: PropType<string | number>; readonly label: StringConstructor; readonly icon: PropType<Component>; }; export type TabPaneProps = ExtractPropTypes<typeof tabPaneProps>;