/**
 *
 * InputColorSwatchBackground component style.
 *
 * @module inputcolorswatchbackgroundstyle
 *
 */
import type { BaseStyle } from '@primevue/core/base/style';

export enum InputColorSwatchBackgroundClasses {
    /**
     * Class name of the root element
     */
    root = 'p-inputcolor-swatch-background'
}

export interface InputColorSwatchBackgroundStyle extends BaseStyle {}
