@web-atoms/core
Version:
20 lines • 762 B
TypeScript
import { AtomStyle } from "../styles/AtomStyle";
import { IStyleDeclaration } from "./IStyleDeclaration";
/**
* Represents Window Style, in order to add more subclasses
* you can override content style
*/
export declare class AtomWindowStyle extends AtomStyle {
get root(): IStyleDeclaration;
get frameHost(): IStyleDeclaration;
get frame(): IStyleDeclaration;
get titlePresenter(): IStyleDeclaration;
get titleHost(): IStyleDeclaration;
get title(): IStyleDeclaration;
get closeButton(): IStyleDeclaration;
get content(): IStyleDeclaration;
get contentPresenter(): IStyleDeclaration;
get commandBarPresenter(): IStyleDeclaration;
get commandBar(): IStyleDeclaration;
}
//# sourceMappingURL=AtomWindowStyle.d.ts.map