7 lines
158 B
TypeScript
7 lines
158 B
TypeScript
|
import { Version } from '@angular/core';
|
||
|
|
||
|
/** Current version of the Angular Component Development Kit. */
|
||
|
export declare const VERSION: Version;
|
||
|
|
||
|
export { }
|