UNPKG

@feast-dev/feast-ui

Version:

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

8 lines 417 B
import { feast } from "../../protos"; interface FeatureServiceListingTableProps { tagKeysSet: Set<string>; featureServices: feast.core.IFeatureService[]; } declare const FeatureServiceListingTable: ({ tagKeysSet, featureServices, }: FeatureServiceListingTableProps) => import("react/jsx-runtime").JSX.Element; export default FeatureServiceListingTable; //# sourceMappingURL=FeatureServiceListingTable.d.ts.map