Skip to main content

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

NameTypeDescriptionDefined in
style?StyleProp<ViewStyle>Style for the chart's root view. Defaults to filling the parent.react-native/src/types.ts:27