export const TextProps = { width: { type: String, }, color: { type: String, }, size: { type: String, }, weight: { type: Number, }, truncated: { type: Boolean, default: false, }, lineClamp: { type: Number, }, textStyle: { type: Object, }, };