UNPKG

@vectara/vectara-ui

Version:

Vectara's design system, codified as a React and Sass component library

9 lines (8 loc) 694 B
export declare const FLEX_SPACING: readonly ["none", "xxs", "xs", "s", "m", "l", "xl", "xxl"]; export type FlexSpacing = (typeof FLEX_SPACING)[number]; export declare const ALIGN_ITEMS_POSITION: readonly ["baseline", "center", "end", "start", "stretch"]; export type AlignItemsPosition = (typeof ALIGN_ITEMS_POSITION)[number]; export declare const FLEX_DIRECTION: readonly ["column", "columnReverse", "row", "rowReverse"]; export type FlexDirection = (typeof FLEX_DIRECTION)[number]; export declare const JUSTIFY_CONTENT_POSITION: readonly ["center", "end", "start", "spaceAround", "spaceBetween", "spaceEvenly"]; export type JustifyContentPosition = (typeof JUSTIFY_CONTENT_POSITION)[number];