UNPKG

cc-ui-plus

Version:

9 lines (8 loc) 181 B
import type { Slot } from 'vue'; export interface TabPaneContext { label?: string; name: string | number; disabled?: boolean; closable?: boolean; slot?: Slot; }