UNPKG

liber-salti

Version:

Saltí - Liber Design System

8 lines (7 loc) 259 B
import React from 'react'; import { CardActionsProps } from './CardActions.types'; /** * CardActions are components used to display actions at the footer of cards. */ declare const CardActions: React.FC<CardActionsProps>; export default CardActions;