UNPKG

ngx-mat-lib

Version:

A bunch of utilities and components to use in your Angular 7+ apps!

6 lines (5 loc) 186 B
import { XmatGenericObject } from "./xmat-generic-object"; export interface XmatLibStruct { restTimes: XmatGenericObject<number>; } export declare const XmatLib: XmatLibStruct;