FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
lowcode-engine/index.ts at main · fe-lce/lowcode-engine · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
fe-lce
/
lowcode-engine
Public
forked from
alibaba/lowcode-engine
Notifications
You must be signed in to change notification settings
Fork
3
Star
16
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
lowcode-engine
/
index.ts
Copy path
More file actions
More file actions
Latest commit
History
History
History
7 lines (5 loc) · 187 Bytes
Breadcrumbs
lowcode-engine
/
index.ts
Copy path
File metadata and controls
7 lines (5 loc) · 187 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
import
renderer
from
'./packages/react-simulator-renderer/src/renderer'
;
if
(
typeof
window
!==
'undefined'
)
{
(
window
as
any
)
.
SimulatorRenderer
=
renderer
;
}
export
default
renderer
;
Back
|
FazBrowse Home
|
New Git URL