tinky / StaticProps
Props for the Static component.
T
readonlychildren: (item,index) =>ReactNode
Function called to render each item in items. First arg is the item,
second is its index. Note that a key must be assigned to the root
component.
T
number
ReactNode
readonlyitems:T[]
Array of items of any type to render using the function you pass as a child.
readonlyoptionalstyle?:Styles
Styles to apply to a container of child elements. See for properties.