dep ver bump; clean-up; minor updates
Signed-off-by: Paul W. <lambdapaul@protonmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user