Skip to content

Commit

Permalink
refactor(types/schema): support seperate inlineBlock render callback
Browse files Browse the repository at this point in the history
  • Loading branch information
skogsmaskin committed Dec 20, 2022
1 parent aa3ee4e commit c21a8f1
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -116,6 +116,7 @@ export interface TypeAliasDefinition<
components?: {
annotation?: ComponentType<any>
block?: ComponentType<any>
inlineBlock?: ComponentType<any>
diff?: ComponentType<any>
field?: ComponentType<any>
input?: ComponentType<any>
Expand Down

0 comments on commit c21a8f1

Please sign in to comment.