From ca9dcab65d8bf0aab24fd8ca221caf98642e416c Mon Sep 17 00:00:00 2001 From: LekoArts Date: Thu, 5 Jan 2023 14:50:28 +0100 Subject: [PATCH] initial --- packages/gatsby/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby/index.d.ts b/packages/gatsby/index.d.ts index fda7fcd8ad8b6..5bf3f0c6c23c8 100644 --- a/packages/gatsby/index.d.ts +++ b/packages/gatsby/index.d.ts @@ -202,7 +202,7 @@ export interface SlicePlaceholderProps { alias: string allowEmpty?: boolean children?: React.ReactNode - [key: string]: SerializableProps + [key: string]: SerializableProps | React.ReactNode } /**