Skip to content

Commit

Permalink
Add custom code component as a child to layoutslot
Browse files Browse the repository at this point in the history
  • Loading branch information
rosalie-baxter committed May 10, 2024
1 parent 7eec0cd commit 9a01f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ The `layoutName` acts as a sort of theme for the component.
```ts
interface LayoutSlot extends Parent {
type: "layout-slot"
children: (Heading | Paragraph | LayoutImage)[]
children: (Heading | Paragraph | LayoutImage | CustomCodeComponent)[]
}
```

Expand Down

0 comments on commit 9a01f8a

Please sign in to comment.