UNPKG

@rxdi/ui-kit

Version:

UI Components for building graphql-server website

11 lines (10 loc) 318 B
import { LitElement, TemplateResult } from '@rxdi/lit-html'; /** * @customElement rx-image */ export declare class RxImageComponent extends LitElement { image: string | TemplateResult<1> | TemplateResult<2>; width: string; height: string; dispatch(type: 'error' | 'load'): (detail: Event) => void; }