UNPKG

leshi-ui

Version:

Modern CLI for building and managing React Native UI components with copy-paste simplicity, custom theming, and open source design system support

9 lines (8 loc) 287 B
export declare class VersionUtils { private static version; static getCliVersion(): Promise<string>; static versionToTag(version: string): string; static getGitHubRef(): Promise<string>; static isPreRelease(version: string): boolean; static clearCache(): void; }