UNPKG

@web-atoms/core

Version:
11 lines 407 B
import { AtomStyle } from "./AtomStyle"; import { AtomTheme } from "./AtomTheme"; import { IStyleDeclaration } from "./IStyleDeclaration"; export declare class AtomListBoxStyle extends AtomStyle { padding: number; get root(): IStyleDeclaration; get theme(): AtomTheme; get item(): IStyleDeclaration; get selectedItem(): IStyleDeclaration; } //# sourceMappingURL=AtomListBoxStyle.d.ts.map