UNPKG
@yqg/low-code-component-lib
Version:
latest (0.2.3-beta.0)
0.2.3-beta.0
0.2.2
0.2.1
0.2.0
0.1.0
0.0.3
0.0.3-bate.0
0.0.2
0.0.2-beta.34
0.0.2-beta.33
0.0.2-beta.32
0.0.2-beta.31
0.0.2-beta.30
0.0.2-beta.29
0.0.2-beta.28
0.0.2-beta.27
0.0.2-beta.26
0.0.2-beta.25
0.0.2-beta.24
0.0.2-beta.23
0.0.2-beta.21
0.0.2-beta.20
0.0.2-beta.19
0.0.2-beta.17
0.0.2-beta.16
0.0.2-beta.15
0.0.2-beta.14
0.0.2-beta.13
0.0.2-beta.12
0.0.2-beta.11
0.0.2-beta.10
0.0.2-beta.9
0.0.2-beta.8
0.0.2-beta.7
0.0.2-beta.6
0.0.2-beta.5
0.0.2-beta.4
0.0.2-beta.3
0.0.2-beta.2
0.0.2-beta.1
0.0.1
fintopia web lowcode component library
@yqg/low-code-component-lib
/
dist
/
components
/
yqg-code-preview
/
props.d.ts
8 lines
(7 loc)
•
186 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
type
Lang
=
'json'
|
'python'
|
'yaml'
;
export
interface
IProps
{
code
:
string
;
isLcEditor
:
boolean
;
/**
@lowCodeSetter
tips 语言, 默认json格式 */
lang
?:
Lang
; }