@web-atoms/core-docs
Version:
11 lines • 456 B
TypeScript
import { AtomControl } from "../controls/AtomControl";
import { AtomStyle } from "../styles/AtomStyle";
import { IStyleDeclaration } from "../styles/IStyleDeclaration";
export declare class PopupStyle extends AtomStyle {
get root(): IStyleDeclaration;
}
export default class PopupService {
show(opener: HTMLElement, popup: AtomControl, popupStyle?: PopupStyle): void;
hide(popup: AtomControl): void;
}
//# sourceMappingURL=PopupService.d.ts.map