This website requires JavaScript.
Explore
Help
Register
Sign In
bingyi
/
vscode-extension-samples
Watch
1
Star
0
Fork
0
You've already forked vscode-extension-samples
mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced
2026-04-27 16:55:44 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7e2f7f11d08270aa0164ca234d76603d267e90dd
vscode-extension-samples
/
notebook-renderer-react-sample
/
src
/
client
/
css.d.ts
5 lines
99 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Make sure tsx files have same formatting as ts files Also updates the react sample to only have a single tsconfig so tsfmt can be easily run on it
2022-12-06 15:17:08 -08:00
declare
module
'*.css'
{
const
classes
:
{
[
className
:
string
]
:
string
}
;
export
=
classes
;
}
Reference in New Issue
Copy Permalink