index
:
nodes
main
Node editor
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cssmodules.d.ts
blob: b6dc193faa7d29b29525c0bfbc717a53eb78b41b (
plain
)
1
2
3
4
declare module '*.css' { const content: Record<string, string>; export default content; }