import { DaffSwatchOption } from '@daffodil/product-configurable'
An optional field for the hex color code for DaffConfigurableProductOptionValues that need it.
interface DaffSwatchOption {
value: string
thumbnail: string
}
value string |
---|
A hex color value. |
thumbnail string |
---|