UNPKG
@spartacus/order
Version:
RC (4.3.0-RC.0)
latest (4.3.8)
4.3.8
4.3.7
4.3.6
4.3.5
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
4.3.0-RC.0
4.2.1
4.2.0
4.2.0-RC.0
Order feature library for Spartacus
github.com/SAP/spartacus
SAP/spartacus
@spartacus/order
/
assets
/
translations
/
translations.d.ts
4 lines
(3 loc)
•
219 B
TypeScript
View Raw
1
2
3
4
import
{
TranslationChunksConfig
,
TranslationResources
}
from
'@spartacus/core'
;
export
declare
const
orderTranslations
:
TranslationResources
;
export
declare
const
orderTranslationChunksConfig
:
TranslationChunksConfig
;