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