UNPKG

@tableflow/react

Version:

The React SDK for TableFlow. Embed an importer to collect and transform CSV files in your application.

4 lines (3 loc) 198 B
import type { ChakraTheme } from "../theme.types"; export declare const requiredChakraThemeKeys: (keyof ChakraTheme)[]; export declare function isChakraTheme(unit: unknown): unit is ChakraTheme;