@jianghe/sand-moco
Version:
sand移动端单页核心框架
22 lines (21 loc) • 469 B
TypeScript
declare const CONSTANTS: {
PAGE_ENUM: {
NORMAL: string;
TEPM: string;
};
JUMP_METHOD_ENUM: {
INIT: string;
GO: string;
GO_BACK: string;
};
LIFE_CYCLE: {
onCreate: string;
onPause: string;
onResume: string;
onDestroy: string;
};
PAGE_ROOT_ELE: string;
setRootEle: (id: string) => void;
getRootEle: () => string;
};
export default CONSTANTS;