We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df5d733 commit 73bd8cbCopy full SHA for 73bd8cb
libs/core/src/lib/three-types.ts
@@ -94,7 +94,7 @@ export interface NgtNodeElement<
94
attach: string | string[] | NgtAttachFunction;
95
dispose?: (() => void) | null;
96
parameters: Partial<TInstance>;
97
- __ngt_args__: NgtArguments<TConstructor>;
+ __ngt_args__?: NgtArguments<TConstructor>;
98
}
99
100
export interface NgtNodeEventListener<
0 commit comments