StyleValuesForUi

See source code
type StyleValuesForUi<T> = readonly {
  readonly icon: string
  readonly value: T
}[]
Prev
PathBuilderOpts
Next
TLArrowInfo