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