This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
admin
/
dpot-frontend
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Ramură:
main
Ramuri
Etichete
main
dpot-frontend
/
types
/
scss.d.ts
scss.d.ts
101 B
Permalink
Istoric
Crud
1
2
3
4
declare module '*.scss' {
const content: { [className: string]: string };
export default content;
}