UNPKG

@aurigma/design-atoms-interfaces

Version:

5 lines (4 loc) 94 B
/** * Vertical alignment. */ export type VerticalAlignmentType = "top" | "center" | "bottom";