mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 05:36:39 +00:00
10 lines
199 B
TypeScript
10 lines
199 B
TypeScript
export const NATIVE_ELE_PKG: string = 'native';
|
|
|
|
export const CONTAINER_TYPE = {
|
|
COMPONENT: 'Component',
|
|
BLOCK: 'Block',
|
|
PAGE: 'Page',
|
|
};
|
|
|
|
export const SUPPORT_SCHEMA_VERSION_LIST = ['0.0.1'];
|