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