UNPKG

@ctx-core/tradingview

Version:

ctx-core tradingview svelte library

19 lines (18 loc) 393 B
import type { SvelteComponent } from 'svelte' export class MediumWidget_tradingview extends SvelteComponent<{ class?:string title?:string locale?:string symbol_name_aa?:string[][] trendLineColor?:string underLineColor?:string fontColor?:string gridLineColor?:string chartOnly?:string width?:string height?:string utm_source?:string utm_medium?:string utm_campaign?:string }> { }