Type alias SelectedState<T>

SelectedState<T>: Model<T> & {
    selectedItems: NonEmpty<T>;
}

Type Parameters

  • T

Generated using TypeDoc