From d09e686f0ec1738539d0ecb0e4fe5d48c53df945 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 24 Aug 2021 23:16:54 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Bind=20`BaseElement`=20to=20`Blueli?= =?UTF-8?q?b.Element`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Bluelib.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Bluelib.tsx b/src/components/Bluelib.tsx index a87f86c..3c30e92 100644 --- a/src/components/Bluelib.tsx +++ b/src/components/Bluelib.tsx @@ -92,3 +92,7 @@ export function Bluelib({ /> ) } + + +Bluelib.Element = BaseElement +