/** * Initialise all clientside components (but not maps as this will be an opt-in for now given the additional UMD assets that are required) */ export function initAll(): void; export { initMaps } from "~/src/client/javascripts/map.js"; export * as map from "~/src/client/javascripts/map.js"; export * as geospatialMap from "~/src/client/javascripts/geospatial-map.js"; export const initAllGovuk: typeof initAllGovukImp; export const initAllAutocomplete: typeof initAllAutocompleteImp; export const initFileUpload: typeof initFileUploadImp; export const initPreviewCloseLink: typeof initPreviewCloseLinkImp; import { initAllGovuk as initAllGovukImp } from '~/src/client/javascripts/govuk.js'; import { initAllAutocomplete as initAllAutocompleteImp } from '~/src/client/javascripts/autocomplete.js'; import { initFileUpload as initFileUploadImp } from '~/src/client/javascripts/file-upload.js'; import { initPreviewCloseLink as initPreviewCloseLinkImp } from '~/src/client/javascripts/preview-close-link.js';