Statistics
Total Installs
54
Today's New
+0
User Rating
-
Description
Versions1
Ratings0
Permissions
将 Zustand React 状态管理库打包供浏览器环境使用的工具脚本
使用webpack打包,可以参考lib项目
import { create } from "zustand";
(<any>window).Zustand = {
create: create,
};
使用webpack打包,可以参考lib项目
import { create } from "zustand";
(<any>window).Zustand = {
create: create,
};