diff --git a/packages/opencode/src/cli/cmd/tui/ui/spinner.ts b/packages/opencode/src/cli/cmd/tui/ui/spinner.ts index c185ea7b833f..0d1c38bc31b5 100644 --- a/packages/opencode/src/cli/cmd/tui/ui/spinner.ts +++ b/packages/opencode/src/cli/cmd/tui/ui/spinner.ts @@ -1,6 +1,7 @@ import type { ColorInput } from "@opentui/core" import { RGBA } from "@opentui/core" -import type { ColorGenerator } from "opentui-spinner" + +type ColorGenerator = (frameIndex: number, charIndex: number, totalFrames: number, totalChars: number) => ColorInput interface AdvancedGradientOptions { colors: ColorInput[]