feat: make children as optional
This commit is contained in:
parent
da2275b99f
commit
b36f36f530
|
|
@ -13,7 +13,7 @@ export function ScrollContainer({
|
|||
scrollShadowColor = "var(--background)",
|
||||
}: {
|
||||
className?: string;
|
||||
children: React.ReactNode;
|
||||
children?: React.ReactNode;
|
||||
scrollShadow?: boolean;
|
||||
scrollShadowColor?: string;
|
||||
}) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue