TDefaultRendererProps
export
Defined in packages/render/src/shared-types.ts
Fields
children
children?: ReactNode;nativeProps
nativeProps?: Omit<ReactNativeProps, "style"> & type __type< > = any & type __type< > = any;onPress
propsForChildren
propsForChildren?: Partial<PropsFromParent>;propsFromParent
propsFromParent?: PropsFromParent;renderIndex
renderIndex: number;renderLength
renderLength: number;style
style: StyleProp<TextStyle> | StyleProp<ViewStyle>;textProps
textProps: TextProps;tnode
tnode: T;TNodeChildrenRenderer
TNodeChildrenRenderer: ComponentType<TNodeChildrenRendererProps>;type
type: "text" | "block";viewProps
viewProps: ViewProps;