Skip to content

Commit

Permalink
Added extra exports
Browse files Browse the repository at this point in the history
  • Loading branch information
theredsix committed Nov 9, 2024
1 parent c6517ae commit 5f34676
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { BrowserAction, BrowserAgentOptions, BrowserState, BrowserStep, Coordinate, BrowserGoalState } from './browser';
import type { BrowserAction, BrowserAgentOptions, BrowserState, BrowserStep, Coordinate, ScrollBar, BrowserGoalState } from './browser';
import { BrowserAgent, ActionPlanner } from './browser';
import { AnthropicPlanner } from './planners/anthropic';
import { pauseForInput } from './util';
Expand All @@ -7,7 +7,8 @@ export {
BrowserAction,
BrowserState,
BrowserStep,
Coordinate,
Coordinate,
ScrollBar,
BrowserGoalState,
BrowserAgentOptions,
BrowserAgent,
Expand Down

0 comments on commit 5f34676

Please sign in to comment.