claude-web/node_modules/primevue/iconfield/style/index.d.ts

20 lines
366 B
TypeScript
Raw Permalink Normal View History

2026-02-23 02:23:38 +00:00
/**
*
* IconField wraps an input and an icon.
*
* [Live Demo](https://www.primevue.org/inputtext/)
*
* @module iconfieldstyle
*
*/
import type { BaseStyle } from '@primevue/core/base/style';
export enum IconFieldClasses {
/**
* Class name of the root element
*/
root = 'p-iconfield'
}
export interface IconFieldStyle extends BaseStyle {}