Repository URL to install this package:
|
Version:
2.6.18 ▾
|
import { ActionButtonProps } from './typings';
declare function renderButtons(props: ActionButtonProps): JSX.Element;
declare function renderWrapper(props: ActionButtonProps): JSX.Element;
export { renderWrapper, renderButtons };