TLUiButtonPickerProps
See source codeTable of contents
interface TLUiButtonPickerProps<T extends string> {}
Properties
items
items: StyleValuesForUi<T>
style
style: StyleProp<T>
theme
theme: TLDefaultColorTheme
title
title: string
uiType
uiType: string
value
value: SharedStyle<T>
Methods
onValueChange
Parameters
| Name | Description | 
|---|---|
  |  | 
  |  | 
Returns
void
Prev
TLUiButtonLabelPropsNext
TLUiButtonProps