DaffSizable
Interfaces that gives a component the ability to customize sizing for component specific UI.
import { DaffSizable } from '@daffodil/design'
interface DaffSizable<T extends DaffSizeAllType> {
size: T
}
Properties
Name | Type | Description |
---|---|---|
size | T |