Dashboard
Repositories
filestore
Aktivität
Login
dhtools
/
software_bibliothek
Übersicht
Reflog
Commits
Dateibaum
Dokumentation
Forks
Vergleichen
Blame
|
Historie
|
Raw
Add a desktop client that knows what is installed locally
Server-Bibliothek
vor 17 Std.
98bce1b0da675715b2e5482c0ad61ba21135f62f
[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';