Import `can` package in docs
Use can
package in documentation instead of can/everything
:
import { StacheElement } from "can/everything";
-> import { StacheElement } from "can";
Use can
package in documentation instead of can/everything
:
import { StacheElement } from "can/everything";
-> import { StacheElement } from "can";