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

Properties

items

items: StyleValuesForUi<T>

onValueChange

onValueChange: (style: StyleProp<T>, value: T) => void

style

style: StyleProp<T>

theme

theme: TLDefaultColorTheme

title

title: string

uiType

uiType: string

value

value: SharedStyle<T>

TLUiButtonLabelPropsTLUiButtonProps