mirror of
https://github.com/langgenius/dify.git
synced 2026-04-26 21:55:58 +08:00
- Split the DetailHeader component into multiple files for better organization and maintainability. - Introduced new hooks for managing modal states and plugin operations. - Added unit tests for the new components and hooks to ensure functionality. - Improved code readability by removing unused imports and optimizing component structure. - Enhanced the handling of plugin version updates and source badges.
4 lines
251 B
TypeScript
4 lines
251 B
TypeScript
export { useDetailHeaderState } from './use-detail-header-state'
|
|
export type { ModalStates, UseDetailHeaderStateReturn, VersionPickerState, VersionTarget } from './use-detail-header-state'
|
|
export { usePluginOperations } from './use-plugin-operations'
|