replace as unknown as XYZ with as XYZ (#3091)

This commit is contained in:
Robin Malfait
2024-04-11 11:26:19 +02:00
committed by GitHub
parent b3377eb550
commit 8652f806eb
33 changed files with 77 additions and 107 deletions
@@ -64,4 +64,4 @@ export interface _internal_ComponentDataInteractive extends HasDisplayName {
export let DataInteractive = forwardRefWithAs(
DataInteractiveFn
) as unknown as _internal_ComponentDataInteractive
) as _internal_ComponentDataInteractive