UNPKG

fui-fancyui

Version:
5 lines (4 loc) 287 B
import { TTextAlignLRC } from '../../../types/TTextAlignLRC'; export type TLeftRightCenterToFlexJustify = 'flex-start' | 'flex-end' | 'center'; declare const leftRightCenterToFlexJustify: Record<TTextAlignLRC, TLeftRightCenterToFlexJustify>; export default leftRightCenterToFlexJustify;