UNPKG

ngrx-uml

Version:
5 lines (4 loc) 100 B
import { Renderer } from './renderer'; export interface RendererFactory { create(): Renderer; }