Skip to content

Commit

Permalink
chore: rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
bbtgnn committed Aug 5, 2024
1 parent cb57cd8 commit 0e1b2a6
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/components/dyne-code-editor/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@

## Properties

| Property | Attribute | Description | Type | Default |
| -------- | --------- | ----------- | ------------------- | ---------------------------- |
| `class` | `class` | | `string` | `''` |
| `config` | -- | | `EditorStateConfig` | `{ extensions: basicSetup }` |
| `name` | `name` | | `string` | `nanoid(5)` |
| Property | Attribute | Description | Type | Default |
| --------- | --------- | ----------- | ------------------- | ---------------------------- |
| `class` | `class` | | `string` | `''` |
| `config` | -- | | `EditorStateConfig` | `{ extensions: basicSetup }` |
| `content` | `content` | | `string` | `''` |
| `name` | `name` | | `string` | `nanoid(5)` |


## Methods
Expand Down
13 changes: 13 additions & 0 deletions src/components/dyne-slangroom-preset/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@
| `name` | `name` | | `string` | `''` |


## Methods

### `getPreset() => Promise<SlangroomPreset>`



#### Returns

Type: `Promise<{ name: string; contract: string; keys: string; data: string; meta: { title: string; highlight: string; }; group: string; }>`




----------------------------------------------

*Built with [StencilJS](https://stenciljs.com/)*
4 changes: 4 additions & 0 deletions vscode-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
"name": "class",
"description": ""
},
{
"name": "content",
"description": ""
},
{
"name": "name",
"description": ""
Expand Down

0 comments on commit 0e1b2a6

Please sign in to comment.