Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

mui styled typescript

// tsconfig.json
{
  "compilerOptions": {
    "lib": ["es6", "dom"],
    "noImplicitAny": true,
    "noImplicitThis": true,
    "strictNullChecks": true
  }
}
Source by mui.com #
 
PREVIOUS NEXT
Tagged: #mui #styled #typescript
ADD COMMENT
Topic
Name
6+2 =