Add missing CSS typing

This commit is contained in:
Bogdan
2023-11-27 05:34:03 +02:00
parent b66a85269f
commit bbf9945b49

View File

@@ -0,0 +1,7 @@
// This file is automatically generated.
// Please do not change this file!
interface CssExports {
'message': string;
}
export const cssExports: CssExports;
export default cssExports;