(obj: any)
| 6 | * @deprecated use same function from '@alilc/lowcode-utils' instead |
| 7 | */ |
| 8 | export function isCustomView(obj: any): obj is IPublicTypeCustomView { |
| 9 | return obj && (isValidElement(obj) || isReactComponent(obj)); |
| 10 | } |
no test coverage detected
searching dependent graphs…