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