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