UNPKG

@nqminds/crop-doc-constants

Version:

Cropdoc constants

11 lines (7 loc) 271 B
import textContent from "@nqminds/crop-doc-translations"; const alertTypes = {alert: "alert", advice: "advice"}; const types = { type: alertTypes, typeText: {[alertTypes.alert]: textContent.alert, [alertTypes.advice]: textContent.advice}, }; export default types;