Skip to content

Commit

Permalink
Fix merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
clintandrewhall committed Jan 9, 2022
1 parent 63e482a commit fd7d5f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
22 changes: 0 additions & 22 deletions src/plugins/shared_ux/public/plugin.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/plugins/shared_ux/public/types/mdx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

// Importing MDX files requires a type definition not currently included in the stack.
declare module '*.mdx' {
let MDXComponent: (props) => JSX.Element;
let MDXComponent: (props: any) => JSX.Element;
// eslint-disable-next-line import/no-default-export
export default MDXComponent;
}

0 comments on commit fd7d5f4

Please sign in to comment.