UNPKG

@redhare/lowcode-types

Version:

Types for Ali lowCode engine

6 lines (5 loc) 214 B
import { IPublicTypeDOMText } from '../shell/type/dom-text'; /** * @deprecated use same function from '@redhare/lowcode-utils' instead */ export declare function isDOMText(data: any): data is IPublicTypeDOMText;