@malloydata/render 0.0.165-dev240813215510 → 0.0.165-dev240813215606

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.
@@ -0,0 +1,29 @@
1
+ import { Meta } from '@storybook/html';
2
+ import './themes.css';
3
+ import '../component/render-webcomponent';
4
+ declare const meta: Meta;
5
+ export default meta;
6
+ export declare const LineChart: {
7
+ args: {
8
+ source: string;
9
+ view: string;
10
+ };
11
+ };
12
+ export declare const LineChartMultiple: {
13
+ args: {
14
+ source: string;
15
+ view: string;
16
+ };
17
+ };
18
+ export declare const NestedLineChart: {
19
+ args: {
20
+ source: string;
21
+ view: string;
22
+ };
23
+ };
24
+ export declare const ScatterChart: {
25
+ args: {
26
+ source: string;
27
+ view: string;
28
+ };
29
+ };