Skip to content

Commit

Permalink
chore(core): fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
pubuzhixing8 committed Jul 14, 2021
1 parent 3bebc9b commit f8cd597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom-types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export type CustomText = {
italic?: boolean
code?: boolean
text: string
'code-line': boolean
'code-line'?: boolean
}

export type EmptyText = {
Expand Down

0 comments on commit f8cd597

Please sign in to comment.