UNPKG

@feast-dev/feast-ui

Version:

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

9 lines 370 B
interface TagsDisplayProps { createLink?: (key: string, value: string) => string; tags: Record<string, string>; owner?: string; description?: string; } declare const TagsDisplay: ({ tags, createLink, owner, description, }: TagsDisplayProps) => import("react/jsx-runtime").JSX.Element; export default TagsDisplay; //# sourceMappingURL=TagsDisplay.d.ts.map