UNPKG

love-typescript-definitions

Version:
8 lines (7 loc) 215 B
declare module "love.graphics" { /** * The layout of matrix elements (row-major or column-major). * @link [MatrixLayout](https://love2d.org/wiki/MatrixLayout) */ type MatrixLayout = "row" | "column"; }