UNPKG

naive-ui

Version:

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

7 lines (6 loc) 213 B
import type { VNodeChild } from 'vue'; import type { SelectOption } from '../../../select/src/interface'; export type RenderTag = (props: { option: SelectOption; handleClose: () => void; }) => VNodeChild;