Déclaration mondiale CSS TS

declare module "*.css" {
  const styles: { [className: string]: string };
  export default styles;
}
Mishel