@feast-dev/feast-ui
Version:
Web UI for the [Feast Feature Store](https://feast.dev/)
7 lines • 346 B
TypeScript
import { feast } from "../../protos";
interface BatchSourcePropertiesViewProps {
batchSource: feast.core.IDataSource;
}
declare const BatchSourcePropertiesView: (props: BatchSourcePropertiesViewProps) => import("react/jsx-runtime").JSX.Element;
export default BatchSourcePropertiesView;
//# sourceMappingURL=BatchSourcePropertiesView.d.ts.map