From 026441b1d7bf74a21a897d755ca6970de71aba29 Mon Sep 17 00:00:00 2001 From: Emmanuel Chucks <31349069+emmanuelchucks@users.noreply.github.com> Date: Thu, 18 Jan 2024 13:37:52 +0000 Subject: [PATCH] fix(attrs): accept partial props in attrs (#41) --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 2ba218f..083d28c 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -55,7 +55,7 @@ type FirstLevelTemplate< */ attrs: ( attrs: - | (Omit, "className"> & + | (Omit>, "className"> & Record) | (( props: ResultProps,