UNPKG

@vertical-insure/web-components

Version:

Vertical Insure Web Components using Lit and Open Web Standards

9 lines (8 loc) 308 B
import { InternalElement } from '../lib/internal-element'; import { CSSResultGroup } from "lit"; export declare class PromotionalHeader extends InternalElement { static styles?: CSSResultGroup; fallback?: string; showRecommendedTag: boolean; render(): import("lit-html").TemplateResult<1>; }