← 返回首页
Publish TypeScript type declarations in Feast UI package · Issue #4539 · feast-dev/feast · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Publish TypeScript type declarations in Feast UI package #4539

New issue
New issue

Description

Is your feature request related to a problem? Please describe.
TypeScript declarations are not available for Feast UI components exported from @feast-dev/feast-ui. If you are using it as a module in a TypeScript project, you need to write the type definitions manually or treat the code as untyped.

Describe the solution you'd like
Declaration files could be bundled in the package, see TypeScript's Publishing page.

Describe alternatives you've considered
Adding type definitions to DefinitelyTyped (i.e. @types/feast-dev__feast-ui) is also possible, but bundling them seems easier since Feast UI already uses TypeScript. Bundled types are also easier to maintain and a better experience for the package consumer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

    • Open in GitHub Copilot app

    Footer

    © 2026 GitHub, Inc.