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