UNPKG

@alyle/ui

Version:

Minimal Design, a set of components for Angular

2 lines (1 loc) 61 B
export type Constructor<T = {}> = new (...args: any[]) => T;