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