UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

12 lines (11 loc) 225 B
import { Placement } from '../../Tooltip/src/types'; /** * Props */ export interface Props { content?: string; placement?: Placement; trigger?: 'hover' | 'click'; shadow?: boolean; className?: string; }