@abgov/angular-components
Version:
Government of Alberta - UI components for Angular
18 lines (17 loc) • 1.04 kB
TypeScript
import { GoabPopoverPosition } from "@abgov/ui-components-common";
import { TemplateRef } from "@angular/core";
import { GoabBaseComponent } from "../base.component";
import * as i0 from "@angular/core";
export declare class GoabPopover extends GoabBaseComponent {
maxWidth: string;
minWidth?: string;
padded: boolean;
position?: GoabPopoverPosition;
/***
* @deprecated This property has no effect and will be removed in a future version
*/
relative?: boolean;
target: TemplateRef<any>;
static ɵfac: i0.ɵɵFactoryDeclaration<GoabPopover, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GoabPopover, "goab-popover", never, { "maxWidth": { "alias": "maxWidth"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "padded": { "alias": "padded"; "required": false; }; "position": { "alias": "position"; "required": false; }; "relative": { "alias": "relative"; "required": false; }; "target": { "alias": "target"; "required": true; }; }, {}, never, ["*"], true, never>;
}