UNPKG

@vectara/vectara-ui

Version:

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

3 lines (2 loc) 152 B
export declare const FLEX_SPACING: readonly ["none", "xxs", "xs", "s", "m", "l", "xl", "xxl"]; export type FlexSpacing = (typeof FLEX_SPACING)[number];