Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

global declaration css ts

declare module "*.css" {
  const styles: { [className: string]: string };
  export default styles;
}
 
PREVIOUS NEXT
Tagged: #global #declaration #css #ts
ADD COMMENT
Topic
Name
2+2 =