ScrollPanelGroup
Function: ScrollPanelGroup()
function ScrollPanelGroup(props: PropsWithChildren<{
children: ReactNode;
}>, context?: any): null | ReactElement
Defined in: src/components/Scroll.ts:15
Parameters
props
PropsWithChildren
<{
children
: ReactNode
;
}>
context?
any
Returns
null
| ReactElement