pixi-viewport
pixi-viewport copied to clipboard
`paused` missing from `Plugin` typing
All plugins have the paused property of type boolean:
https://github.com/davidfig/pixi-viewport/blob/7bb725c437580bc04bb31ac940ca41b46e0e2da2/src/plugins/plugin.js#L4-L11
Yet this is absent from Plugin:
https://github.com/davidfig/pixi-viewport/blob/7bb725c437580bc04bb31ac940ca41b46e0e2da2/%40types/index.d.ts#L348-L359
Thanks. Added in v4.22.2.