UNPKG

@rxdi/ui-kit

Version:

UI Components for building graphql-server website

10 lines (9 loc) 262 B
import { AnimationComponent } from './animation.component'; declare global { interface HTMLElementTagNameMap { 'rx-animation': AnimationComponent; } } export * from './animation.component'; export * from './animate'; export * from './interface';