first commit

This commit is contained in:
Stefan Hacker
2026-04-03 09:38:48 +02:00
commit 37ad745546
47450 changed files with 3120798 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
'use strict';
/**
* A version of makeStaticStyles() that accepts build output as an input and skips all runtime transforms & DOM insertion.
*
* @internal
*/
function __staticCSS() {
// eslint-disable-next-line @typescript-eslint/no-empty-function
function useStaticStyles() {}
return useStaticStyles;
}
exports.__staticCSS = __staticCSS;
//# sourceMappingURL=__staticCSS.cjs.js.map