import { FC } from 'react'; import { ActionButton } from './action-button'; export const ActionButtonClone: FC<{ disabled?: boolean; onClick?(): void }> = props => ( Clone );