UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

3 lines (2 loc) 223 B
import type { ISelectableOption } from '../../utilities/selectableOption/SelectableOption.types'; export declare function getAllSelectedOptions(options: ISelectableOption[], selectedIndices: number[]): ISelectableOption[];