Skip to content

Commit

Permalink
fix: add "CmsEditorContentTab" type
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed May 29, 2020
1 parent 951a42e commit 0a67c98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/app-headless-cms/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ export type CmsEditorFieldValidatorPlugin = Plugin & {
};
};

export type CmsEditorContentTab = React.FC<{
activeTab: boolean;
}>;

// ------------------------------------------------------------------------------------------------------------

export type CmsContentModelFormProps = {
Expand Down

0 comments on commit 0a67c98

Please sign in to comment.