UNPKG

@rxdi/ui-kit

Version:

UI Components for building graphql-server website

8 lines (7 loc) 186 B
import { AlertComponent } from './alert.component'; declare global { interface HTMLElementTagNameMap { 'rx-alert': AlertComponent; } } export * from './alert.component';