* [example][m] - start of a simple-example * Empty-Commit * [simple-example][sm] - change from repos.json to datasets.json * [example][m] - changed styling and added octokit * [build][sm] - fix build
7 lines
167 B
TypeScript
7 lines
167 B
TypeScript
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
declare module '*.svg' {
|
|
const content: any;
|
|
export const ReactComponent: any;
|
|
export default content;
|
|
}
|