diff --git a/src/typedefs/ApplicationProps.ts b/src/typedefs/ApplicationProps.ts index ff0dffba..1150574f 100644 --- a/src/typedefs/ApplicationProps.ts +++ b/src/typedefs/ApplicationProps.ts @@ -38,7 +38,7 @@ export interface BaseApplicationProps onInit?: (app: Application) => void /** @description An element (or React ref) to which the application's canvas will be resized. */ - resizeTo?: HTMLElement | Window | RefObject + resizeTo?: HTMLElement | Window | RefObject } export type ApplicationProps = BaseApplicationProps & Partial<{