UNPKG

csv-import-react

Version:

Open-source CSV, TSV, and XLS/XLSX file importer for React and JavaScript

3 lines (2 loc) 153 B
import { BoxProps } from "./types"; export default function Box({ className, variants, ...props }: BoxProps): import("react/jsx-runtime").JSX.Element;