UNPKG

react-native-particles

Version:
9 lines (7 loc) 166 B
//@flow export type VectorType = { x: number, y: number }; // Constructor helper export const Vector = (x: number = 0, y: number = 0): VectorType => ({ x, y });