UNPKG

love-typescript-definitions

Version:
8 lines (7 loc) 207 B
declare module "love.graphics" { /** * Graphics state stack types used with love.graphics.push. * @link [StackType](https://love2d.org/wiki/StackType) */ type StackType = "transform" | "all"; }