mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Added style class definitions to *Style.d.ts
This commit is contained in:
parent
290b8e1335
commit
64dca2bdb9
136 changed files with 7542 additions and 1119 deletions
15
components/lib/tooltip/style/TooltipStyle.d.ts
vendored
15
components/lib/tooltip/style/TooltipStyle.d.ts
vendored
|
@ -1,3 +1,18 @@
|
|||
/**
|
||||
*
|
||||
* Tooltip directive provides advisory information for a component.
|
||||
*
|
||||
* [Live Demo](https://primevue.org/tooltip)
|
||||
*
|
||||
* @module tooltipstyle
|
||||
*
|
||||
*/
|
||||
import { BaseStyle } from '../../base/style';
|
||||
|
||||
export enum TooltipClasses {
|
||||
root = 'p-tooltip',
|
||||
arrow = 'p-tooltip-arrow',
|
||||
text = 'p-tooltip-text'
|
||||
}
|
||||
|
||||
export interface TooltipStyle extends BaseStyle {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue