UNPKG

@web-atoms/core

Version:
9 lines 324 B
import { AtomControl } from "./AtomControl"; export declare class AtomViewStack extends AtomControl { selectedIndex: number; children: HTMLElement[]; current: HTMLElement; append(e: HTMLElement | Text | AtomControl): AtomControl; protected preCreate(): void; } //# sourceMappingURL=AtomViewStack.d.ts.map