Skip to main content

TextAlign

type
type TextAlign = 'left' | 'right' | 'center'

Import

import { TextAlign } from '@modular/sdk/ui';