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