UNPKG

@maple-billing/csv-import-react

Version:

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

5 lines (4 loc) 228 B
/// <reference types="react" /> import { ThemeProps } from "./types"; export declare const myCache: import("@emotion/cache").EmotionCache; export default function ThemeProvider({ children }: ThemeProps): React.ReactElement;