dep ver bump; clean-up; minor updates

Signed-off-by: Paul W. <lambdapaul@protonmail.com>
This commit is contained in:
2024-12-28 12:23:50 -05:00
parent 619d2771cc
commit 22e3c294b0
28 changed files with 424 additions and 410 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
export type ChildrenType = JSX.Element | Array<ChildrenType>;
import { JSX } from "react";
export type ChildrenType = JSX.Element| Array<ChildrenType>;
function Container(props: { children?: ChildrenType, ignore?: boolean }) {
if (props.ignore)