Skip to content

Commit 8e7bb9d

Browse files
committed
feat: add getConvertedExtraKey / getOriginalExtraKey to utils
1 parent c63b6e1 commit 8e7bb9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
import { isFormEvent, compatibleLegaoSchema, getNodeSchemaById } from '@alilc/lowcode-utils';
22
import { isNodeSchema } from '@alilc/lowcode-types';
3+
import { getConvertedExtraKey, getOriginalExtraKey } from '@alilc/lowcode-designer';
34

45
const utils = {
56
isNodeSchema,
67
isFormEvent,
78
compatibleLegaoSchema,
89
getNodeSchemaById,
10+
getConvertedExtraKey,
11+
getOriginalExtraKey,
912
};
1013

1114
export default utils;

0 commit comments

Comments
 (0)