composeRenderProps

This commit is contained in:
Alex
2025-02-09 21:37:27 -05:00
parent 17f9527ab4
commit 8e41208a14
13 changed files with 789 additions and 339 deletions

5
src/react-env.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
declare namespace React {
interface Attributes {
css?: string;
}
}