mirror of
https://git.mirrors.martin98.com/https://github.com/bytedance/deer-flow
synced 2025-08-19 01:55:59 +08: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