export { fontColorStyle } from './fontColorStyle'; export { fontFamilyStyle } from './fontFamilyStyle'; export { fontSizeStyle } from './fontSizeStyle'; export { fontWeightStyle } from './fontWeightStyle'; export { letterSpacingStyle } from './letterSpacingStyle'; export { lineHeightStyle } from './lineHeightStyle'; export { textAlignStyle } from './textAlignStyle'; export { textStrokeStyle } from './textStrokeStyle'; export { whiteSpaceStyle } from './whiteSpaceStyle'; /** * Alias: Soon remove */ export { textAlignStyle as placementStyle } from './textAlignStyle';