UNPKG

@redhare/lowcode-types

Version:

Types for Ali lowCode engine

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