UNPKG

angular-t9n

Version:

A translation tool for Angular i18n

6 lines (4 loc) 119 B
import { Sortable } from './sortable'; export interface Sortables<TModel> { [property: string]: Sortable<TModel>; }