UNPKG

vue-lib-components

Version:

Contains Vue 3 components that are used quite often. At the moment it is a test version (however, the current components can be used), but in the near future new features will be improved and new components will be added.

10 lines (9 loc) 151 B
export interface TTab { label: string; id: string; disabled?: boolean; } export interface TTabs { picked: string; items: TTab[]; }