@feast-dev/feast-ui
Version:
Web UI for the [Feast Feature Store](https://feast.dev/)
10 lines • 413 B
TypeScript
import { QueryClient } from "react-query";
import { FeastUIConfigs } from "./FeastUISansProviders";
interface FeastUIProps {
reactQueryClient?: QueryClient;
feastUIConfigs?: FeastUIConfigs;
}
declare const FeastUI: ({ reactQueryClient, feastUIConfigs }: FeastUIProps) => import("react/jsx-runtime").JSX.Element;
export default FeastUI;
export type { FeastUIConfigs };
//# sourceMappingURL=FeastUI.d.ts.map