UNPKG

@feast-dev/feast-ui

Version:

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

6 lines 318 B
interface ConsumingFeatureServicesListInterace { fsNames: string[]; } declare const ConsumingFeatureServicesList: ({ fsNames, }: ConsumingFeatureServicesListInterace) => import("react/jsx-runtime").JSX.Element; export default ConsumingFeatureServicesList; //# sourceMappingURL=ConsumingFeatureServicesList.d.ts.map