UNPKG

@while-and-for/tremor-react

Version:

The React library to build dashboards faster.

8 lines (7 loc) 321 B
import React from "react"; export interface SearchSelectItemProps extends React.HTMLAttributes<HTMLLIElement> { value: string; icon?: React.ElementType; } declare const SearchSelectItem: React.ForwardRefExoticComponent<SearchSelectItemProps & React.RefAttributes<HTMLLIElement>>; export default SearchSelectItem;