GitHub

DaffSizable

import { DaffSizable } from '@daffodil/design'

Interfaces that gives a component the ability to customize sizing for component specific UI.

interface DaffSizable<T extends DaffSizeAllType> {
  size: T
}