zent
Version:
一套前端设计语言和基于React的实现
28 lines (24 loc) • 670 B
TypeScript
declare global {
/**
* **This is a compiler constant. It will be compiled to a literal, don't write to it.**
*
* Pop arrow's horizontal offset.
*/
const __ARROW_OFFSET_HORIZONTAL__: number;
/**
* **This is a compiler constant. It will be compiled to a literal, don't write to it.**
*
* Pop arrow's vertical offset
*/
const __ARROW_OFFSET_VERTICAL__: number;
/**
* **This is a compiler constant. It will be compiled to a literal, don't write to it.**
*
* Current zent version in package.json
*/
const __ZENT_VERSION__: string;
const chrome: unknown;
const opr: unknown;
const InstallTrigger: unknown;
}
export {};