UNPKG

element-plus

Version:

A Component Library for Vue 3

9 lines (8 loc) 277 B
import type { ExtractPropTypes } from 'vue'; /** * TODO: make this under constants or tokens */ export declare const tooltipV2CommonProps: { readonly nowrap: BooleanConstructor; }; export declare type TooltipV2CommonProps = ExtractPropTypes<typeof tooltipV2CommonProps>;