Placeholder for upload

pull/5507/head
Cagatay Civici 2024-02-14 15:08:50 +03:00
parent a06335f888
commit 61ac120066
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,11 @@
export default {
variables: {
colorScheme: {
light: {},
dark: {},
},
},
css: `
`,
};

View File

@ -0,0 +1,6 @@
{
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
}