@discoveryjs/discovery
Version:
Frontend framework for rapid data (JSON) analysis, shareable serverless reports and dashboards
30 lines (29 loc) • 633 B
TypeScript
declare function _default(view: any, group: any): {
demo: {
view: any;
text: string;
onClick: any;
};
examples: ({
title: string;
demo: any;
beforeDemo?: undefined;
highlightProps?: undefined;
} | {
title: string;
beforeDemo: {
view: string;
source: string;
};
highlightProps: string[];
demo: {
view: any;
data: {
text: string;
href: string;
external: boolean;
};
};
})[];
};
export default _default;