UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

5 lines (4 loc) 257 B
export declare const CARD_SPACING: readonly ["small", "medium", "large"]; export declare const CARD_ALIGNS: readonly ["left", "center", "right"]; export type CardAlign = (typeof CARD_ALIGNS)[number]; export type CardSpacing = (typeof CARD_SPACING)[number];