@web-atoms/core
Version:
12 lines • 461 B
TypeScript
import { AtomStyle } from "./AtomStyle";
import { AtomTheme } from "./AtomTheme";
import { IStyleDeclaration } from "./IStyleDeclaration";
export declare class AtomTabbedPageStyle extends AtomStyle {
padding: number;
get theme(): AtomTheme;
get root(): IStyleDeclaration;
get tabItem(): IStyleDeclaration;
get selectedTabItem(): IStyleDeclaration;
get closeButton(): IStyleDeclaration;
}
//# sourceMappingURL=AtomTabbedPageStyle.d.ts.map