This commit is contained in:
Simon Vieille 2022-08-03 14:47:34 +02:00
commit 5c0b1ba655
Signed by: deblan
GPG key ID: 579388D585F70417
25 changed files with 2923 additions and 0 deletions

6
node_modules/siimple/index.js generated vendored Normal file
View file

@ -0,0 +1,6 @@
// Export the same API from @siimple/core
export {css, mergeConfig, mergeStyles} from "@siimple/core";
export {injectModules} from "@siimple/modules";
// Export base theme
export {default as base} from "@siimple/preset-base";