/**
 * Type definitions for the combobox component family.
 * Re-exports from shared-types for backward compatibility.
 */
export type {
  IPktComboboxOption,
  TPktComboboxTagSkin,
  TPktComboboxDisplayValue,
  TPktComboboxTagPlacement,
} from 'shared-types/combobox'
