Commit 8d814a2c authored by Robert Knight's avatar Robert Knight

Add missing types in AutocompleteList

parent 2a254ef1
import classnames from 'classnames';
import { useMemo } from 'preact/hooks';
/**
* @template T
* @param {T} item
*/
const defaultListFormatter = item => item;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment