export type Orientation = 'vertical' | 'horizontal'; export type TextWrap = 'nowrap' | 'wrap' | 'truncate'; export type FloatingPlacement = 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'; //# sourceMappingURL=common.d.ts.map