UNPKG

@feast-dev/feast-ui

Version:

Web UI for the [Feast Feature Store](https://feast.dev/)

15 lines 609 B
import "./index.css"; import { FeastTabsRegistryInterface } from "./custom-tabs/TabsRegistryContext"; import { FeatureFlags } from "./contexts/FeatureFlagsContext"; interface FeastUIConfigs { tabsRegistry?: FeastTabsRegistryInterface; featureFlags?: FeatureFlags; projectListPromise?: Promise<any>; } declare const FeastUISansProviders: ({ basename, feastUIConfigs, }: { basename?: string; feastUIConfigs?: FeastUIConfigs; }) => import("react/jsx-runtime").JSX.Element; export default FeastUISansProviders; export type { FeastUIConfigs }; //# sourceMappingURL=FeastUISansProviders.d.ts.map