UNPKG

react-ts-tradingview-widgets

Version:

This is a React component library for TradingView Widgets. TypeScript is fully supported for every component!

17 lines (16 loc) 542 B
import React from "react"; import { ColorTheme, Currencies, CopyrightStyles, Locales } from "../index"; export type ForexCrossRatesProps = { width?: number | string; height?: number | string; autosize?: boolean; currencies?: Currencies[]; isTransparent?: boolean; colorTheme?: ColorTheme; locale?: Locales; largeChartUrl?: string; children?: never; copyrightStyles?: CopyrightStyles; }; declare const _default: React.NamedExoticComponent<ForexCrossRatesProps>; export default _default;