UNPKG

samagra-chatui

Version:
5 lines (4 loc) 192 B
import React from 'react'; export interface FormActionsProps extends React.HTMLAttributes<HTMLDivElement> { } export declare const FormActions: (props: FormActionsProps) => React.JSX.Element;