@vidal-community/vidal-web-components
Version:
Vidal Web Components
20 lines • 651 B
TypeScript
import { LitElement } from 'lit';
export declare class VidalPriscaPreview extends LitElement {
static styles: import("lit").CSSResult;
priscaOpener: () => void;
sendSecurisation?: (prescription: string) => Promise<Response>;
alertsPreview: {
label: string;
level: string;
}[];
openPrisca(): void;
requestSecurisation(prescription: any): void;
getMaxAlert(alerts: Element[]): Element;
render(): import("lit-html").TemplateResult<1>;
}
declare global {
interface HTMLElementTagNameMap {
'vidal-prisca-preview': VidalPriscaPreview;
}
}
//# sourceMappingURL=vidal-prisca-preview.d.ts.map