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