Skip to content

Commit

Permalink
fix: remove "AdminMenuContentSectionPlugin" type
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j authored and EmilK15 committed Jun 30, 2020
1 parent c776109 commit ad29ab1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/app-admin/src/types.ts
Expand Up @@ -63,11 +63,6 @@ export type AdminMenuPlugin = Plugin & {
order?: number;
};

export type AdminMenuContentSectionPlugin = Plugin & {
type: "admin-menu-content-section";
render(props: { Section: typeof Section; Item: typeof Item }): React.ReactNode;
};

/**
* Enables adding custom header elements to the left side of the top bar.
* @see https://docs.webiny.com/docs/webiny-apps/admin/development/plugins-reference/app#admin-header-left
Expand Down

0 comments on commit ad29ab1

Please sign in to comment.