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