UNPKG

dpkit

Version:

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

6 lines (5 loc) 160 B
import type { Dialect } from "@dpkit/all"; import React from "react"; export declare function DialectGrid(props: { dialect: Dialect; }): React.JSX.Element;