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