expo-conic-gradient
Version:
conic/angular/sweep gradient view
10 lines • 348 B
TypeScript
import type { StyleProp, ViewStyle } from "react-native";
export type CenterPoint = readonly [x: number, y: number];
export type NativeConicGradientViewProps = {
colors: number[];
locations?: number[];
center?: CenterPoint;
angle?: number;
style?: StyleProp<ViewStyle>;
};
//# sourceMappingURL=NativeConicGradient.types.d.ts.map