@discoveryjs/discovery
Version:
Frontend framework for rapid data (JSON) analysis, shareable serverless reports and dashboards
20 lines (19 loc) • 393 B
TypeScript
declare function _default(view: any, group: any): {
demo: {
view: any;
text: string;
};
examples: ({
title: string;
demo: any;
highlightProps?: undefined;
} | {
title: string;
highlightProps: string[];
demo: {
view: any;
content: string[];
};
})[];
};
export default _default;