UNPKG

love-typescript-definitions

Version:
8 lines (7 loc) 193 B
declare module "love.graphics" { /** * Different types of arcs that can be drawn. * @link [ArcType](https://love2d.org/wiki/ArcType) */ type ArcType = "pie" | "open" | "closed"; }