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