mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
fix(coding-agent): export Theme and ThemeColor for hooks to use proper types
This commit is contained in:
@@ -157,5 +157,5 @@ export {
|
||||
export { main } from "./main.js";
|
||||
// UI components for hooks
|
||||
export { BorderedLoader } from "./modes/interactive/components/bordered-loader.js";
|
||||
// Theme utilities for custom tools
|
||||
export { getMarkdownTheme } from "./modes/interactive/theme/theme.js";
|
||||
// Theme utilities for custom tools and hooks
|
||||
export { getMarkdownTheme, Theme, type ThemeColor } from "./modes/interactive/theme/theme.js";
|
||||
|
||||
Reference in New Issue
Block a user