mx-ui-components
Version:
mobius ui library
55 lines (54 loc) • 1.17 kB
TypeScript
export declare const carouselContainerJSON: (props: any) => {
id: string;
version: string;
type: string;
role: string;
lang: string;
"alt-text": string;
name: string;
props: {};
styles: string;
value: string;
children: ({
id: string;
type: string;
role: string;
version: string;
lang: string;
"alt-text": string;
name: string;
styles: string;
value: string;
children: never[];
props?: undefined;
bindings?: undefined;
} | {
id: string;
type: string;
role: string;
version: string;
lang: string;
"alt-text": string;
name: string;
props: {
src: string;
};
bindings: {
state: string;
actions: {
click: string[];
};
};
styles: string;
value: string;
children: any;
})[];
};
export declare const graphsJSON: (props: any, chartsData: any) => {
type: string;
version: string;
styles: string;
props: {
chartOptions: any;
};
};