Skip to content

Home > @unseenco/backstage-core > BackstagePageScrollConfig

BackstagePageScrollConfig type

Signature:

typescript
export type BackstagePageScrollConfig = {
    scroller?: PageScrollScroller;
    axis?: PageScrollAxis;
};