@feast-dev/feast-ui
Version:
Web UI for the [Feast Feature Store](https://feast.dev/)
8 lines • 371 B
TypeScript
import { feast } from "../../protos";
interface RegularFeatureInstanceProps {
data: feast.core.IFeatureView;
permissions?: any[];
}
declare const RegularFeatureInstance: ({ data, permissions, }: RegularFeatureInstanceProps) => import("react/jsx-runtime").JSX.Element;
export default RegularFeatureInstance;
//# sourceMappingURL=RegularFeatureViewInstance.d.ts.map