UNPKG

@redhare/lowcode-types

Version:

Types for Ali lowCode engine

10 lines (9 loc) 236 B
"use strict"; exports.__esModule = true; exports.isProjectSchema = isProjectSchema; /** * @deprecated use same function from '@redhare/lowcode-utils' instead */ function isProjectSchema(data) { return data && data.componentsTree; }