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