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
+18
View File
@@ -0,0 +1,18 @@
"use client";
import { __staticCSS as __staticCSS$1 } from '@griffel/core';
/**
* A version of makeStaticStyles() that accepts build output as an input and skips all runtime transforms & DOM insertion.
*
* @internal
*/
// eslint-disable-next-line @typescript-eslint/naming-convention
function __staticCSS() {
const getStyles = __staticCSS$1();
return function useStaticStyles() {
return getStyles();
};
}
export { __staticCSS };
//# sourceMappingURL=__staticCSS.esm.js.map