Skip to content

Commit

Permalink
style(CRA-types): format code
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Sep 3, 2021
1 parent 712b17d commit 7df8ea5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/react-scripts/lib/react-app.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ declare module '*.png' {
}

declare module '*.webp' {
const src: string;
export default src;
const src: string;
export default src;
}

declare module '*.svg' {
import * as React from 'react';

export const ReactComponent: React.FunctionComponent<React.SVGProps<
SVGSVGElement
> & { title?: string }>;
export const ReactComponent: React.FunctionComponent<
React.SVGProps<SVGSVGElement> & { title?: string }
>;

const src: string;
export default src;
Expand Down

0 comments on commit 7df8ea5

Please sign in to comment.