Functions
Const CustomizableEditor
- CustomizableEditor(props: any): Element
Parameters
Returns Element
Const ReactEditor
- ReactEditor(props: any): Element
Parameters
Returns Element
Const VueEditor
- VueEditor(props: any): Element
Parameters
Returns Element
importModule
- importModule(code: string, context: string): string
Parameters
code: string
context: string
Returns string
tabbed
- tabbed(code: string): string
transpileReact
- transpileReact(code: string): string
transpileReactApp
- transpileReactApp(appCode: string): string
transpileVue
- transpileVue(code: string): string
transpileVueApp
- transpileVueApp(appCode: string): string