UNPKG

hello-csv

Version:

A modern CSV importer written in Preact

7 lines 238 B
import { SheetColumnDefinition } from '../types'; interface Props { column: SheetColumnDefinition; } export default function SheetDataEditorHeader({ column }: Props): any; export {}; //# sourceMappingURL=SheetDataEditorHeader.d.ts.map