UNPKG

@feast-dev/feast-ui

Version:

Web UI for the [Feast Feature Store](https://feast.dev/)

7 lines 512 B
import { OnDemandFeatureViewCustomTabProps } from "../../custom-tabs/types"; interface OnDemandFeatureViewCustomTabLoadingWrapperProps { Component: (props: OnDemandFeatureViewCustomTabProps) => JSX.Element; } declare const OnDemandFeatureViewCustomTabLoadingWrapper: ({ Component, }: OnDemandFeatureViewCustomTabLoadingWrapperProps) => import("react/jsx-runtime").JSX.Element; export default OnDemandFeatureViewCustomTabLoadingWrapper; //# sourceMappingURL=OnDemandFeatureViewCustomTabLoadingWrapper.d.ts.map