mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
#1797 StageConfig: container optional
This commit is contained in:
parent
9830a6c37c
commit
0d977a1b8c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user