UNPKG

comic-plus

Version:

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

10 lines (8 loc) 333 B
import { ExtractPropTypes, PropType, Component } from 'vue'; export declare const submenuProps: { readonly label: StringConstructor; readonly icon: PropType<Component>; readonly index: StringConstructor; readonly showEllipsis: BooleanConstructor; }; export type SubmenuProps = ExtractPropTypes<typeof submenuProps>;