UNPKG

zview-plus

Version:

基于 Vue3 的 UI 组件库

18 lines (17 loc) 463 B
import { ExtractPropTypes } from "vue"; export declare const TooltipType: string[]; export declare const TooltipProps: { placement: { type: StringConstructor; values: string[]; default: string; }; content: { type: (StringConstructor | NumberConstructor)[]; default: string; }; width: { type: StringConstructor; }; }; export declare type TooltipProps = ExtractPropTypes<typeof TooltipProps>;