mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-14 21:12:53 +00:00
28 lines
576 B
Plaintext
28 lines
576 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`materialize dynamic component by online 1`] = `
|
|
Array [
|
|
Object {
|
|
"componentName": "BizAnchor",
|
|
"devMode": "proCode",
|
|
"docUrl": "",
|
|
"npm": Object {
|
|
"destructuring": false,
|
|
"exportName": "default",
|
|
"main": "lib/index.js",
|
|
"package": "@alifd/biz-anchor",
|
|
"subName": "",
|
|
"version": "1.1.7",
|
|
},
|
|
"props": Array [
|
|
Object {
|
|
"defaultValue": false,
|
|
"name": "noHash",
|
|
},
|
|
],
|
|
"screenshot": "",
|
|
"title": "@alifd/biz-anchor",
|
|
},
|
|
]
|
|
`;
|