Skip to content

Commit

Permalink
fix yarn build:next
Browse files Browse the repository at this point in the history
  • Loading branch information
12joan committed Mar 20, 2023
1 parent b74b9c0 commit 2b1499c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/examples/custom-types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ export type LinkElement = { type: 'link'; url: string; children: Descendant[] }

export type ButtonElement = { type: 'button'; children: Descendant[] }

export type BadgeElement = { type: 'badge'; children: Descendant[] }

export type ListItemElement = { type: 'list-item'; children: Descendant[] }

export type MentionElement = {
Expand Down Expand Up @@ -92,6 +94,7 @@ type CustomElement =
| ImageElement
| LinkElement
| ButtonElement
| BadgeElement
| ListItemElement
| MentionElement
| ParagraphElement
Expand Down

0 comments on commit 2b1499c

Please sign in to comment.