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

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

export interface InputColorSwatchStyle extends BaseStyle {}
