frontend/packages/arch/bot-store/README.md
bot studio global store
This package is part of the Coze Studio monorepo and provides state management functionality. It includes store, sdk.
Add this package to your package.json:
{
"dependencies": {
"@coze-arch/bot-studio-store": "workspace:*"
}
}
Then run:
rush update
import { /* exported functions/components */ } from '@coze-arch/bot-studio-store';
// Example usage
// TODO: Add specific usage examples
/** @deprecated 该使用方式已废弃,后续请使用@coze-arch/foundation-sdk导出的方法*/ useSpaceStore, /** @deprecated 该使用方式已废弃,后续请使用@coze-arch/foundation-sdk导出的方法*/ useSpace, /** @deprecated 该使用方式已废弃,后续请使用@coze-arch/foundation-sdk导出的方法*/ useSpaceList,useAuthStoreclearStorageuseSpaceGrayStore, TccKeyFor detailed API documentation, please refer to the TypeScript definitions.
This package is built with:
This package is part of the Coze Studio monorepo. Please follow the monorepo contribution guidelines.
Apache-2.0