UNPKG

outsystems-ui

Version:
7 lines (6 loc) 215 B
// eslint-disable-next-line @typescript-eslint/no-unused-vars namespace OSFramework.OSUI.Patterns.Dropdown.Callbacks { export type OSOnSelectEvent = { (dropdownId: string, selectedOptions: string[]): void; }; }