UNPKG

@feast-dev/feast-ui

Version:

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

7 lines 329 B
import { feast } from "../../protos"; interface DatasetsListingTableProps { datasets: feast.core.ISavedDataset[]; } declare const DatasetsListingTable: ({ datasets }: DatasetsListingTableProps) => import("react/jsx-runtime").JSX.Element; export default DatasetsListingTable; //# sourceMappingURL=DatasetsListingTable.d.ts.map