UNPKG

jspurefix

Version:
6 lines (5 loc) 122 B
import { IHtmlOptions } from './html-options'; export interface IHtmlRoute { name: string; value: IHtmlOptions; }