@iccandle/news 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -11
- package/dist/news-widget.cjs +8 -8
- package/dist/news-widget.d.ts +1 -1
- package/dist/news-widget.js +1169 -1169
- package/package.json +1 -1
package/dist/news-widget.d.ts
CHANGED
|
@@ -13243,7 +13243,7 @@ type NewsWidgetProps = {
|
|
|
13243
13243
|
widgetKey: string;
|
|
13244
13244
|
defaultSymbol: string;
|
|
13245
13245
|
chartInterval: "1" | "5" | "15" | "30" | "60";
|
|
13246
|
-
theme
|
|
13246
|
+
theme: "light" | "dark";
|
|
13247
13247
|
};
|
|
13248
13248
|
declare const NewsWidget: ({ chartWidget, children, widgetKey, theme, defaultSymbol, chartInterval, }: NewsWidgetProps) => react_jsx_runtime.JSX.Element;
|
|
13249
13249
|
|