UNPKG

@asi-ngtools/lib

Version:

This project is a little components library, simple to use, which will help you to simplify your project.

4 lines (3 loc) 67 B
export interface ComponentType<T> { new (...args: any[]): T; }