UNPKG

zview-plus

Version:

基于 Vue3 的 UI 组件库

18 lines (17 loc) 418 B
import type { ExtractPropTypes } from "vue"; export declare const ResultProps: { title: { type: StringConstructor; default: string; }; subTitle: { type: StringConstructor; default: string; }; icon: { type: StringConstructor; values: string[]; default: string; }; }; export declare type ResultProps = ExtractPropTypes<typeof ResultProps>;