UNPKG

chart-0714

Version:

Professional trading chart library with advanced customization for trading journal apps

5 lines (4 loc) 187 B
import { Theme } from '../types'; export declare const darkTheme: Theme; export declare const lightTheme: Theme; export declare function getTheme(theme: 'dark' | 'light' | Theme): Theme;