You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wondering where could I find the definitions for the items in CssClasses? At least some of the general explanations of the struct.
got a re-compiling error in the development mode after changing the source code. It says ./pkg/index.d.ts is not a module. Here is the index.ts file and my .pkg tree.
index.ts
import "./css/styles.css";
(async () => {
// Note: files in `./pkg/` will be created on the first build.
await import("./pkg/index");
})();
.pkg folder
pkg
L index_bg.js
L index_bg.wasm
L index_bg.wasm.d.ts
L index.d.ts
L index.js
L LICENSE
L package.json
I'm pretty sure these are noobs questions but I really appreciate any help. Thank you very much!
The text was updated successfully, but these errors were encountered:
Hye I am completely new to seed,
Just wondering where could I find the definitions for the items in CssClasses? At least some of the general explanations of the struct.
got a re-compiling error in the development mode after changing the source code. It says
./pkg/index.d.ts
is not a module. Here is theindex.ts
file and my.pkg
tree.index.ts
.pkg folder
I'm pretty sure these are noobs questions but I really appreciate any help. Thank you very much!
The text was updated successfully, but these errors were encountered: