UNPKG

@vtex/admin-ui

Version:

> VTEX admin component library

9 lines (8 loc) 316 B
import type { KeyboardEventHandler, ReactNode } from 'react'; export declare function ComboboxMultipleTag(props: ComboboxMultipleTagProps): JSX.Element; interface ComboboxMultipleTagProps { value: ReactNode; onDismiss: () => void; onKeyDown: KeyboardEventHandler<HTMLButtonElement>; } export {};