UNPKG

@progressive-development/pd-page

Version:

Progressive development page helper, teaser, menu, footer.

15 lines 1.02 kB
export { PdContactUs } from './pd-contact-us/pd-contact-us.js'; export { PdFooter } from './pd-footer/pd-footer.js'; export { PdLogin } from './pd-login/pd-login.js'; export { PdMenu } from './pd-menu/pd-menu.js'; export { PdSiteHeader } from './pd-site-header/pd-site-header.js'; export { PdToast } from './pd-toast/pd-toast.js'; export type { PdFooterLink, PdFooterMadeBy, PdFooterSection, PdMenuItem, LoginAttemptDetail, ForgotPasswordAttemptDetail, PdLoginView, ViewChangeDetail, } from './types.js'; export { mapMenuBg, mapFooterBg, mapSectionBg, mapPageBg, } from './bg-config-utils.js'; export type { BgMapping } from './bg-config-utils.js'; export { toastBus } from './toast-bus/toast-bus.js'; export type { ToastType, ToastDetail } from './toast-bus/toast-bus.js'; export { templates as beTemplates } from './generated/locales/be.js'; export { templates as deTemplates } from './generated/locales/de.js'; export { templates as enTemplates } from './generated/locales/en.js'; //# sourceMappingURL=index.d.ts.map