Merge pull request #1801 from daniatic/master

#1797 StageConfig: container optional
This commit is contained in:
Anton Lavrenov 2024-07-31 21:14:23 -05:00 committed by GitHub
commit 583fccf249
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ import { _registerNode } from './Global';
import * as PointerEvents from './PointerEvents';
export interface StageConfig extends ContainerConfig {
container: HTMLDivElement | string;
container?: HTMLDivElement | string;
}
// CONSTANTS