UNPKG

@datalayer/core

Version:

[![Datalayer](https://assets.datalayer.tech/datalayer-25.svg)](https://datalayer.io)

9 lines (8 loc) 323 B
import { VariantType } from './VariantType'; type IDownloadCSVButtonProps = { data?: object; fileName: string; variant?: VariantType; }; export declare const DownloadCSVButton: ({ data, fileName, variant, }: IDownloadCSVButtonProps) => import("react/jsx-runtime").JSX.Element; export default DownloadCSVButton;