react-tradingview-embed
Version:
React components for TradingView Embeds
17 lines • 552 B
TypeScript
/// <reference types="react" />
export declare type ForexCrossRatesWidgetProps = {
width?: string | number;
height?: string | number;
currencies?: string[];
isTransparent?: boolean;
colorTheme?: string;
locale?: string;
};
declare type ForexCrossRatesProps = {
widgetProps?: ForexCrossRatesWidgetProps;
widgetPropsAny?: any;
children?: never;
};
declare const ForexCrossRates: (props: ForexCrossRatesProps) => JSX.Element;
export default ForexCrossRates;
//# sourceMappingURL=ForexCrossRates.d.ts.map