diff --git a/types/index.d.ts b/types/index.d.ts index 0b297d6..0e29064 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -17,7 +17,7 @@ export interface RenderOptions { container?: Element baseElement?: Element queries?: Q - wrapper?: ComponentChild + wrapper?: ComponentType<{ children: Element }> } type Omit = Pick>