export const map = new Map([ /* Your translation here */ [`*`, [ /* CSS translation here */ ]], ]); export const regex = new Map([ /* Regex translation here */ ]); export default { export: { map, regex }, };