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