UNPKG

@web-atoms/core

Version:
9 lines 379 B
import { AtomListBoxStyle } from "./AtomListBoxStyle"; import { IStyleDeclaration } from "./IStyleDeclaration"; export declare class AtomToggleButtonBarStyle extends AtomListBoxStyle { toggleColor: string; get root(): IStyleDeclaration; get item(): IStyleDeclaration; get selectedItem(): IStyleDeclaration; } //# sourceMappingURL=AtomToggleButtonBarStyle.d.ts.map