primevue
Version:
PrimeVue is a premium UI library for Vue featuring a rich set of 90+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, wh
18 lines (15 loc) • 357 B
TypeScript
/**
*
* InputColorEyeDropper component style.
*
* @module inputcoloreyedropperstyle
*
*/
import type { BaseStyle } from '@primevue/core/base/style';
export enum InputColorEyeDropperClasses {
/**
* Class name of the root element
*/
root = 'p-inputcolor-eye-dropper'
}
export interface InputColorEyeDropperStyle extends BaseStyle {}