import Vec2 from '../../maths/vec2/type'

export default Poly2

declare interface Poly2 {
  vertices: Array<Vec2>
}
