mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-20 01:51:37 +00:00
11 lines
296 B
TypeScript
11 lines
296 B
TypeScript
/**
|
|
* Browser control service barrel.
|
|
*
|
|
* Re-exports the background control service and shared control-state helpers
|
|
* used by the plugin entrypoint, Gateway proxy, and tests.
|
|
*/
|
|
export {
|
|
createBrowserControlContext,
|
|
startBrowserControlServiceFromConfig,
|
|
} from "../control-service.js";
|