Skip to content

Commit 73bd8cb

Browse files
committed
fix(core): make __ngt_args__ optional
1 parent df5d733 commit 73bd8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/core/src/lib/three-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export interface NgtNodeElement<
9494
attach: string | string[] | NgtAttachFunction;
9595
dispose?: (() => void) | null;
9696
parameters: Partial<TInstance>;
97-
__ngt_args__: NgtArguments<TConstructor>;
97+
__ngt_args__?: NgtArguments<TConstructor>;
9898
}
9999

100100
export interface NgtNodeEventListener<

0 commit comments

Comments
 (0)