TLUiButtonPickerProps
Table of contents
interface TLUiButtonPickerProps<T extends string> {}
Properties
items: StyleValuesForUi<T>
onValueChange: (style: StyleProp<T>, value: T) => void
style: StyleProp<T>
theme: TLDefaultColorTheme
title: string
uiType: string
value: SharedStyle<T>