import { DaffMutable } from '@daffodil/design'
An interface for giving a component the ability to display a mutating UI. In order to be mutable, our class must implement this property.
interface DaffMutable { mutating: boolean }