@cozeloop/stores
v0.0.1
Published
Stores For Devops
Readme
@cozeloop/stores
Stores For Devops
Overview
This package is part of the Coze Loop monorepo and provides state management functionality. It includes store.
Getting Started
Installation
Add this package to your package.json:
{
"dependencies": {
"@cozeloop/stores": "workspace:*"
}
}Then run:
rush updateUsage
import { /* exported functions/components */ } from '@cozeloop/stores';
// Example usage
// TODO: Add specific usage examplesFeatures
- Store
API Reference
Exports
useUIStore, UIEventtype BreadcrumbItemConfig
For detailed API documentation, please refer to the TypeScript definitions.
Development
This package is built with:
- TypeScript
- Modern JavaScript
- Vitest for testing
- ESLint for code quality
Contributing
This package is part of the Coze Loop monorepo. Please follow the monorepo contribution guidelines.
License
Apache-2.0
