UNPKG

dbl-components

Version:

Framework based on bootstrap 5

11 lines (10 loc) 264 B
export default class TabsContainer extends Container { onUpdate({ active }: { active: any; }): void; onClickTab: (e: any) => void; get tabNode(): any; get activeTabNode(): any; content(): any; } import Container from "./container";