UNPKG

react-ts-tradingview-widgets-fixed

Version:

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

12 lines (11 loc) 323 B
import React from "react"; import { CopyrightStyles } from "../index"; export declare type CopyrightProps = { copyrightStyles?: CopyrightStyles; href?: string; spanText?: string; text?: string; children?: never; }; declare const Copyright: React.FC<CopyrightProps>; export default Copyright;