UNPKG

@discoveryjs/discovery

Version:

Frontend framework for rapid data (JSON) analysis, shareable serverless reports and dashboards

14 lines (13 loc) 577 B
import { jsonSafeParse, jsonSafeStringify, jsonStringifyInfo } from '../core/utils/json'; import { getImageContent, getImageDataUri, getImageSrc } from '../core/utils/image.js'; declare const _default: { overrideProps: typeof overrideProps; jsonInfo: typeof jsonStringifyInfo; jsonParse: typeof jsonSafeParse; jsonStringify: typeof jsonSafeStringify; imagecontent: typeof getImageContent; imagedatauri: typeof getImageDataUri; imagesrc: typeof getImageSrc; }; export default _default; declare function overrideProps(current: any, props?: any): any;