@feast-dev/feast-ui
Version:
Web UI for the [Feast Feature Store](https://feast.dev/)
7 lines • 498 B
TypeScript
import { StreamFeatureViewCustomTabProps } from "../../custom-tabs/types";
interface StreamFeatureViewCustomTabLoadingWrapperProps {
Component: (props: StreamFeatureViewCustomTabProps) => JSX.Element;
}
declare const StreamFeatureViewCustomTabLoadingWrapper: ({ Component, }: StreamFeatureViewCustomTabLoadingWrapperProps) => import("react/jsx-runtime").JSX.Element;
export default StreamFeatureViewCustomTabLoadingWrapper;
//# sourceMappingURL=StreamFeatureViewCustomTabLoadingWrapper.d.ts.map