UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

6 lines (5 loc) 127 B
import type { VNode } from 'vue'; export interface AnchorLinkSlots { default?: () => VNode[]; title?: () => VNode[]; }