UNPKG

@bytedance/mona

Version:

Merchant app's developing and building tools

15 lines (14 loc) 536 B
export interface PageConfig { navigationBarBackgroundColor?: string; navigationBarTextStyle?: 'black' | 'white'; navigationBarTitleText?: string; navigationStyle?: 'default' | 'custom'; backgroundColor?: string; backgroundTextStyle?: 'dark' | 'light'; enablePullDownRefresh?: boolean; disableScroll?: boolean; disableSwipeBack?: boolean; onReachBottomDistance?: number; usingComponents?: Record<string, string>; } export declare function createPageConfig(pageConfig: PageConfig): PageConfig;