UNPKG

@3mo/empty-state

Version:

A web component to display an empty state

22 lines 527 B
import { Component } from '@a11d/lit'; import type { MaterialIcon } from '@3mo/icon'; /** * @element mo-empty-state * * @ssr true * * @attr icon * * @slot - Error message */ export declare class EmptyState extends Component { icon?: MaterialIcon; static get styles(): import("@a11d/lit").CSSResult; protected get template(): import("lit-html").HTMLTemplateResult; } declare global { interface HTMLElementTagNameMap { 'mo-empty-state': EmptyState; } } //# sourceMappingURL=EmptyState.d.ts.map