Skip to content

Commit

Permalink
Update packages/docusaurus-module-type-aliases/src/index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored Dec 5, 2023
1 parent 8bdb9ed commit 1d155bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/docusaurus-module-type-aliases/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,9 @@ declare module '@docusaurus/useGlobalData' {
declare module '*.svg' {
import type {ComponentType, SVGProps} from 'react';

const ReactComponent: ComponentType<SVGProps<SVGSVGElement> & {title?: string}>;
const ReactComponent: ComponentType<
SVGProps<SVGSVGElement> & {title?: string}
>;

export default ReactComponent;
}
Expand Down

0 comments on commit 1d155bf

Please sign in to comment.