UNPKG

@cainiaofe/cn-ui-m

Version:
14 lines (13 loc) 476 B
declare global { /** 样式隔离 className, 在 webpack 构建运行时注入 */ const CN_UI_M_VERSION: string; /** CNUI 版本号, 在 webpack 构建运行时注入 */ const CN_UI_ONECODE_VERSION: string; interface Window { /** 样式隔离 className, 在 webpack 构建运行时注入 */ CN_UI_HASH_CLASS_NAME: string; /** CNUI 版本号, 在 webpack 构建运行时注入 */ CN_UI_M_VERSION: string; } } export {};