mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-26 15:24:48 +08:00
feat: make children as optional
This commit is contained in:
@@ -13,7 +13,7 @@ export function ScrollContainer({
|
|||||||
scrollShadowColor = "var(--background)",
|
scrollShadowColor = "var(--background)",
|
||||||
}: {
|
}: {
|
||||||
className?: string;
|
className?: string;
|
||||||
children: React.ReactNode;
|
children?: React.ReactNode;
|
||||||
scrollShadow?: boolean;
|
scrollShadow?: boolean;
|
||||||
scrollShadowColor?: string;
|
scrollShadowColor?: string;
|
||||||
}) {
|
}) {
|
||||||
|
|||||||
Reference in New Issue
Block a user