mirror of
https://git.mirrors.martin98.com/https://github.com/bytedance/deer-flow
synced 2025-08-19 05:05:53 +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)",
|
scrollShadowColor = "var(--background)",
|
||||||
}: {
|
}: {
|
||||||
className?: string;
|
className?: string;
|
||||||
children: React.ReactNode;
|
children?: React.ReactNode;
|
||||||
scrollShadow?: boolean;
|
scrollShadow?: boolean;
|
||||||
scrollShadowColor?: string;
|
scrollShadowColor?: string;
|
||||||
}) {
|
}) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user