dify/web/app/components/plugins/plugin-detail-panel/detail-header/hooks/index.ts
2026-02-04 14:51:47 +08:00

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'