UNPKG

chart-0714

Version:

Professional trading chart library with advanced customization for trading journal apps

11 lines (10 loc) 270 B
import { Theme, ChartOptions } from '../../types'; /** * 테마 관련 헬퍼 클래스 */ export declare class ChartThemeHelper { /** * 테마와 사용자 옵션 병합 */ static mergeThemeWithOptions(theme: Theme, options: ChartOptions): Theme; }