UNPKG

@feast-dev/feast-ui

Version:

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

8 lines 273 B
import React from "react"; interface FeatureFlags { enabledFeatureStatistics?: boolean; } declare const FeatureFlagsContext: React.Context<FeatureFlags>; export default FeatureFlagsContext; export type { FeatureFlags }; //# sourceMappingURL=FeatureFlagsContext.d.ts.map