UNPKG

@yamada-ui/autocomplete

Version:

Yamada UI autocomplete component

10 lines (7 loc) 284 B
import { PropGetter } from '@yamada-ui/core'; import { MotionProps } from '@yamada-ui/motion'; declare const useAutocompleteList: () => { getContainerProps: PropGetter<MotionProps, MotionProps>; getListProps: PropGetter<"div", undefined>; }; export { useAutocompleteList };