Как мне включить файл «css» в «TSX» и как его использовать?
import * as React from "react";
import { Header } from "./header";
//import "./home.css";
export class Home extends React.Component {
render() {
return (
);
}
}
Подробнее здесь: https://stackoverflow.com/questions/416 ... typescript