import type { ALIGN_ITEMS_VALUES, JUSTIFY_CONTENT_VALUES } from './layout.constants'; export type AlignItemsValue = (typeof ALIGN_ITEMS_VALUES)[number]; export type JustifyContentValue = (typeof JUSTIFY_CONTENT_VALUES)[number];