UNPKG

@loadsmart/miranda-wc

Version:

Miranda Web Components component library

13 lines (12 loc) 370 B
import { Component } from '../../component'; export declare class Container extends Component { protected static CSSPropertiesPrefix: string; static styles: import("lit").CSSResult[]; static define(): void; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'm-container': Container; } }