Skip to content

Commit

Permalink
Export GOVUKFrontendComponentConfigurable
Browse files Browse the repository at this point in the history
`GOVUKFrontendComponentConfigurable` exported as `ConfigurableComponent`
from `all.mjs`.
  • Loading branch information
patrickpatrickpatrick committed Nov 14, 2024
1 parent 2e8e59b commit 574ea41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/govuk-frontend/src/govuk/all.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export { Tabs } from './components/tabs/tabs.mjs'
export { initAll, createAll } from './init.mjs'
export { isSupported } from './common/index.mjs'
export { GOVUKFrontendComponent as Component } from './govuk-frontend-component.mjs'
export { GOVUKFrontendComponentConfigurable as ConfigurableComponent } from './common/configuration.mjs'

/**
* @typedef {import('./init.mjs').Config} Config
Expand Down

0 comments on commit 574ea41

Please sign in to comment.