UNPKG

158 BTypeScriptView Raw
1import { Version } from '@angular/core';
2
3/** Current version of the Angular Component Development Kit. */
4export declare const VERSION: Version;
5
6export { }