Function: createCustomPick()
createCustomPick<
T
>():CustomPick
<T
>
Creates a CustomPick to let the user pick an item from a list of items of type T using a custom UI.
Type Parameters
• T extends CustomPickItem
Returns
CustomPick
<T
>
A new CustomPick