VroomChartProps
type VroomChartProps = VroomChartCoreProps & {
style?: StyleProp<ViewStyle>;
};
Source: react-native/src/types.ts:43
Props for the VroomChart component. The cross-platform props come
from VroomChartCoreProps; style is the React Native flavor.
Type Declaration
| Name | Type | Description | Source |
|---|---|---|---|
style? | StyleProp<ViewStyle> | Style for the chart's root view. Defaults to filling the parent. | react-native/src/types.ts:45 |