UNPKG

@rxdi/ui-kit

Version:

UI Components for building graphql-server website

10 lines (9 loc) 243 B
import { GraphComponent } from './graph.component'; declare global { interface HTMLElementTagNameMap { 'rx-graph': GraphComponent; } } export * from './graph.component'; export * from './graph.module'; export * from './types';