UNPKG

dpkit

Version:

Fast TypeScript data management framework built on top of the Data Package standard and Polars DataFrames

6 lines (5 loc) 164 B
import type { Resource } from "@dpkit/all"; import React from "react"; export declare function ResourceGrid(props: { resource: Resource; }): React.JSX.Element;