frontend 성능 개선

This commit is contained in:
Macbook
2026-06-08 16:24:31 +09:00
parent 011059f5ed
commit 041db42741
6 changed files with 3661 additions and 2850 deletions
@@ -0,0 +1,7 @@
import type { IndicatorConfig } from '../types';
export interface ChartWorkspaceBridge {
goToMarket(market: string): void;
getSymbol(): string;
getIndicators(): IndicatorConfig[];
}