UNPKG

@chatui/core

Version:

The React library for Chatbot UI

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