PaperOptions
type PaperOptions = Omit<dia.Paper.Options, "cellVisibility">;
Raw dia.Paper.Options accepted by the PaperProps options escape
hatch, for any native option joint-react does not expose as a dedicated prop.
cellVisibility is excluded: use the dedicated cellVisibility prop instead
(it is also managed by feature ownership, e.g. a virtual-rendering scroller).