React Native Spotlight Tour - API Reference / ChildProps
Interface: ChildProps<T>
Type parameters
Name |
---|
T |
Table of contents
Properties
Properties
children
• Optional
children: ReactNode
A React children, if any.
Defined in
package/src/lib/components/attach-step/AttachStep.component.tsx:10
ref
• ref: RefObject
<unknown
>
A React reference.
Defined in
package/src/lib/components/attach-step/AttachStep.component.tsx:14
style
• style: StyleProp
<T
>
The style prop.
Defined in
package/src/lib/components/attach-step/AttachStep.component.tsx:18