UNPKG

@vertical-insure/web-components

Version:

Vertical Insure Web Components using Lit and Open Web Standards

7 lines (6 loc) 252 B
import { InternalElement } from '../lib/internal-element'; import { CSSResultGroup } from "lit"; export declare class LandingPageAction extends InternalElement { static styles?: CSSResultGroup; render(): import("lit-html").TemplateResult<1>; }