Skip to content
Snippets Groups Projects
Commit bb285719 authored by Jorik Schellekens's avatar Jorik Schellekens
Browse files

Remove redundent typings

parent c39cb023
No related branches found
No related tags found
No related merge requests found
/// <reference types="react-scripts" />
// scss.d.ts
declare module "*.css" {
const content: { [className: string]: string };
export default content;
}
declare module "*.scss" {
const content: { [className: string]: string };
export default content;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment