UNPKG

love-typescript-definitions

Version:
8 lines (7 loc) 186 B
declare module "love.graphics" { /** * The styles in which lines are drawn. * @link [LineStyle](https://love2d.org/wiki/LineStyle) */ type LineStyle = "rough" | "smooth"; }