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