import { DaffSuffixable } from '@daffodil/design'
An interface enforcing that a component has the ability to interact with a given DaffSuffixDirective.
interface DaffSuffixable { _suffix: DaffSuffixDirective }