UNPKG

@blocktion/json-to-table

Version:

A powerful, modular React component for converting JSON data to navigable tables with advanced features like automatic column detection, theming, and sub-table navigation. Part of the Blocktion SaaS project ecosystem.

4 lines (3 loc) 128 B
import React from "react"; import { JsonTableProps } from "../types"; export declare const JsonTable: React.FC<JsonTableProps>;