UNPKG

@feast-dev/feast-ui

Version:

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

7 lines 333 B
interface SearchTokensListProps { tokens: string[]; removeTokenByPosition: (tokenPosition: number) => void; } declare const SearchTokensList: ({ tokens, removeTokenByPosition, }: SearchTokensListProps) => import("react/jsx-runtime").JSX.Element; export default SearchTokensList; //# sourceMappingURL=SearchTokensList.d.ts.map