PaperScrollerOptions
type PaperScrollerOptions = Partial<Omit<ui.PaperScroller.Options, "virtualRendering">>;
Type of the options escape-hatch prop on PaperScroller: a raw
ui.PaperScroller.Options passthrough for any option without a dedicated
prop. virtualRendering is deliberately excluded — use the dedicated
virtualRendering prop instead, because setting it here would break the
automatic <Paper cellVisibility> composition.