UNPKG

@rxdi/ui-kit

Version:

UI Components for building graphql-server website

8 lines (7 loc) 151 B
import { LitElement } from '@rxdi/lit-html'; /** * @customElement rx-if */ export declare class IfComponent extends LitElement { exp: boolean; }