UNPKG

samagra-chatui

Version:
8 lines (7 loc) 237 B
import React from 'react'; export interface CardActionsProps { className?: string; direction?: 'column' | 'row'; children?: React.ReactNode; } export declare const CardActions: (props: CardActionsProps) => React.JSX.Element;