UNPKG

@ctx-core/tradingview

Version:

ctx-core tradingview svelte library

20 lines (19 loc) 411 B
import { SvelteComponent } from 'svelte' export class MiniSymbolOverview_tradingview extends SvelteComponent<{ class?:string locale?:string symbol?:string width?:string height?:string dateRange?:string colorTheme?:string trendLineColor?:string underLineColor?:string isTransparent?:boolean autosize?:boolean largeChartUrl?:string utm_source?:string utm_medium?:string utm_campaign?:string }> { }