UNPKG

@rxdi/ui-kit

Version:

UI Components for building graphql-server website

10 lines (9 loc) 224 B
import { LitElement } from '@rxdi/lit-html'; /** * @customElement rx-lens */ export declare class LensComponent extends LitElement { match: string; get: (number | string | Function)[]; ray: <T>(res: T) => T; }