Files
Dmytro Stanchiev 15be750b5c need dist for plugins
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
2026-04-19 19:15:51 -04:00

4 lines
122 B
TypeScript

import type { Plugin } from "@opencode-ai/plugin";
declare const TmuxUtilsPlugin: Plugin;
export default TmuxUtilsPlugin;