Type Alias ScrollBoundaryProps

ScrollBoundaryProps: PropsWithChildren<
    Partial<Record<EdgePosition, ReactNode>> & {
        className?: string;
        onTouch: TouchHandler;
    },
>
MMNEPVFCICPMFPCPTTAAATR