UNPKG

liber-salti

Version:

Saltí - Liber Design System

12 lines (11 loc) 286 B
/// <reference types="react" /> export interface CardActionsProps { /** * If `horizontal`, the buttons are shown side by side. */ variant?: 'vertical' | 'horizontal'; /** * The children of the card content. */ children: React.ReactNode; }