TLUiButtonPickerProps

See source code
Table of contents
interface TLUiButtonPickerProps<T extends string> {}

Properties

items


style

style: StyleProp<T>

theme


title

title: string

uiType

uiType: string

value

value: SharedStyle<T>

Methods

onHistoryMark

optional

Parameters

NameDescription

id

string

Returns

void

onValueChange

Parameters

NameDescription

style

value

T

Returns

void

Prev
TLUiButtonLabelProps
Next
TLUiButtonProps