Dashboard
Repositories
filestore
Aktivität
Login
dhtools
/
software_bibliothek
Übersicht
Reflog
Commits
Dateibaum
Dokumentation
Forks
Vergleichen
Blame
|
Historie
|
Raw
Rewrite README and architecture docs for the new implementation
Server-Bibliothek
vor 21 Std.
9b3bf078061d2d02e7ebe7fb3c31869e35272be1
[dhtools/software_bibliothek.git]
/
packages
/
bibliothek-client
/
src
/
globals.d.ts
1
2
3
4
5
6
7
8
// CSS-Imports haben keine TypeScript-Typen.
// Mit `?raw` liefert webpack den Quelltext als String (für die Theme-Umschaltung).
declare module '*.css?raw' {
const quelltext: string;
export default quelltext;
}
declare module '*.css';