Kind: Interface
Source: atloria-monorepo/apps/web/src/components/Parser/CodeParser.tsx
Properties
| Property | Type |
|---|---|
initialCode | string |
initialLanguage | string |
onParseComplete | (result: unknown) => void |
className | string |
Kind: Interface
Source: atloria-monorepo/apps/web/src/components/Parser/CodeParser.tsx
| Property | Type |
|---|---|
initialCode | string |
initialLanguage | string |
onParseComplete | (result: unknown) => void |
className | string |
Was this page helpful?