UNPKG

@loadsmart/miranda-wc

Version:

Miranda Web Components component library

12 lines (11 loc) 331 B
import { Component } from '../component'; export declare class EmptyStateIllustration extends Component { static define(): void; protected createRenderRoot(): this; connectedCallback(): void; } declare global { interface HTMLElementTagNameMap { 'm-empty-state-illustration': EmptyStateIllustration; } }