UNPKG

comic-plus

Version:

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

9 lines (7 loc) 291 B
import { PropType, ExtractPropTypes } from 'vue'; export declare const optionProps: { readonly label: PropType<string | number>; readonly value: PropType<string | number>; readonly disabled: BooleanConstructor; }; export type OptionProps = ExtractPropTypes<typeof optionProps>;