mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-28 20:58:16 +00:00
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…
x
Reference in New Issue
Block a user