UNPKG

@feast-dev/feast-ui

Version:

Web UI for the [Feast Feature Store](https://feast.dev/)

9 lines 260 B
import React from "react"; interface ExportButtonProps { data: any[]; fileName: string; formats?: ("json" | "csv")[]; } declare const ExportButton: React.FC<ExportButtonProps>; export default ExportButton; //# sourceMappingURL=ExportButton.d.ts.map