@feast-dev/feast-ui
Version:
Web UI for the [Feast Feature Store](https://feast.dev/)
7 lines • 349 B
TypeScript
import { feast } from "../../protos";
interface DatasourcesListingTableProps {
dataSources: feast.core.IDataSource[];
}
declare const DatasourcesListingTable: ({ dataSources, }: DatasourcesListingTableProps) => import("react/jsx-runtime").JSX.Element;
export default DatasourcesListingTable;
//# sourceMappingURL=DataSourcesListingTable.d.ts.map