UNPKG

@feast-dev/feast-ui

Version:

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

8 lines 406 B
import { genericFVType } from "../../parsers/mergedFVTypes"; interface FeatureViewListingTableProps { tagKeysSet: Set<string>; featureViews: genericFVType[]; } declare const FeatureViewListingTable: ({ tagKeysSet, featureViews, }: FeatureViewListingTableProps) => import("react/jsx-runtime").JSX.Element; export default FeatureViewListingTable; //# sourceMappingURL=FeatureViewListingTable.d.ts.map