UNPKG

@exadel/esl

Version:

Exadel Smart Library (ESL) is the lightweight custom elements library that provide a set of super-flexible components

9 lines (8 loc) 287 B
import type { ESLTriggerTagShape } from '../../esl-trigger/core/esl-trigger.shape'; import type { ESLTab } from './esl-tab'; /** * Tag declaration interface of {@link ESLTab} element * Used for TSX declaration */ export interface ESLTabTagShape extends ESLTriggerTagShape<ESLTab> { }