export type IFontStyle = 'normal' | 'italic' | 'bold' | '500' | 'italic bold'; export type IAlign = 'left' | 'center' | 'right' | 'justify'; export type IVerticalAlign = 'top' | 'middle' | 'bottom';