export interface ChipsInputItemOption { /** * a unique identifier */ id: string; /** * the display item name */ name: string; /** * in case we want to add any kind of additional data on the dropdown item. */ data?: any; } //# sourceMappingURL=chips-input-item-option.interface.d.ts.map