/* eslint-disable no-useless-escape */ export const textRow = ` Shortcut to create a \\ \\ \\ \\ \\ \\ \\ Refrence to a TextStyle that is defined in \\ \\ \\ \\ \\ `; export const textRowElement = ``; export const textCell = ` Shortcut to create a \\ \\ \\ \\ \\ Refrence to a TextStyle that is defined in \\ \\ \\ \\ \\ `; export const textCellElement = ``; export const textParagraph = ` Shortcut to create \\ \\ \\ Refrence to a TextStyle that is defined in \\ \\ \\ \\ \\ `; export const textParagraphElement = ``; export const imageRow = ` Shortcut to create a \\ \\ \\ \\ \\ \\ \\ `; export const imageRowElement = ``; export const imageCell = ` Shortcut to create a \\ \\ \\ \\ \\ `; export const imageCellElement = ``; export const imageParagraph = ` Shortcut to create \\ \\ \\ `; export const imageParagraphElement = ``;