UNPKG

@mai3/phaser-sdk

Version:

A UI component library based on the Phaser game engine

14 lines 471 B
import { Container } from './Container'; import { TabsConfig } from '../types'; import { BaseScene } from "../game"; export declare class Tabs extends Container<TabsConfig> { private _items?; protected _config: TabsConfig; private _root?; image?: Phaser.GameObjects.Image; constructor(scene: BaseScene, config: TabsConfig); createBg(): void; createTabItems(tabIndex?: number): void; private onTabClick; } //# sourceMappingURL=Tabs.d.ts.map