mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-14 15:51:10 +00:00
13 lines
254 B
TypeScript
13 lines
254 B
TypeScript
export const NATIVE_ELE_PKG = 'native';
|
|
|
|
export const CONTAINER_TYPE = {
|
|
COMPONENT: 'Component',
|
|
BLOCK: 'Block',
|
|
PAGE: 'Page',
|
|
};
|
|
|
|
export const SUPPORT_SCHEMA_VERSION_LIST = ['0.0.1', '1.0.0'];
|
|
|
|
export * from './file';
|
|
export * from './generator';
|