UNPKG

@loadsmart/miranda-wc

Version:

Miranda Web Components component library

4 lines (3 loc) 228 B
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];