UNPKG

@progressive-development/pd-page

Version:

Progressive development page helper, teaser, menu, footer.

10 lines 421 B
import { BgConfig } from './types.js'; export interface BgMapping { bgImage: string; styles: Record<string, string>; } export declare function mapMenuBg(bg?: BgConfig): BgMapping; export declare function mapFooterBg(bg?: BgConfig): BgMapping; export declare function mapPageBg(bg?: BgConfig): BgMapping; export declare function mapSectionBg(bg?: BgConfig): BgMapping; //# sourceMappingURL=bg-config-utils.d.ts.map