UNPKG

@yqg/low-code-component-lib

Version:

fintopia web lowcode component library

8 lines (7 loc) 186 B
type Lang = 'json' | 'python' | 'yaml'; export interface IProps { code: string; isLcEditor: boolean; /** @lowCodeSetter tips 语言, 默认json格式 */ lang?: Lang; }