UNPKG

@skyux/core

Version:

This library was generated with [Nx](https://nx.dev).

16 lines (15 loc) 325 B
/** * Represents the version of a package. * @internal */ export declare class Version { readonly full: string; readonly major: string; readonly minor: string; readonly patch: string; constructor(full: string); } /** * Represents the version of @skyux/core. */ export declare const VERSION: Version;