@feast-dev/feast-ui
Version:
Web UI for the [Feast Feature Store](https://feast.dev/)
7 lines • 347 B
TypeScript
import { feast } from "../protos";
interface FeatureViewsListInterace {
featureViews: feast.core.IFeatureViewProjection[];
}
declare const FeaturesInServiceList: ({ featureViews }: FeatureViewsListInterace) => import("react/jsx-runtime").JSX.Element;
export default FeaturesInServiceList;
//# sourceMappingURL=FeaturesInServiceDisplay.d.ts.map