UNPKG

@oceanbase/ui

Version:

The UI library based on OceanBase Design

8 lines (7 loc) 326 B
import type { HighlightProps } from '.'; import './index.less'; export interface JsonViewProps extends HighlightProps { json: object; } declare const _default: ({ json, theme, style, className, height, onCopyChange, copyable, }: JsonViewProps) => import("@emotion/react/jsx-runtime").JSX.Element; export default _default;