UNPKG

@rxdi/ui-kit

Version:

UI Components for building graphql-server website

8 lines (7 loc) 155 B
import { LitElement } from '@rxdi/lit-html'; /** * @customElement rx-state */ export declare class StateComponent extends LitElement { value: any; }