UNPKG

@rxdi/ui-kit

Version:

UI Components for building graphql-server website

10 lines (9 loc) 201 B
import { LitElement } from '@rxdi/lit-html'; /** * @customElement rx-fetch */ export declare class FetchComponent extends LitElement { query: string; mutate: string; subscribe: string; }