/** * * InputColorAreaBackground component style. * * @module inputcolorareabackgroundstyle * */ import type { BaseStyle } from '@primevue/core/base/style'; export enum InputColorAreaBackgroundClasses { /** * Class name of the root element */ root = 'p-inputcolor-area-background' } export interface InputColorAreaBackgroundStyle extends BaseStyle {}