mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Class .d.ts comments added
This commit is contained in:
parent
9c906b4122
commit
145c91adfb
97 changed files with 4744 additions and 858 deletions
12
components/lib/toolbar/style/ToolbarStyle.d.ts
vendored
12
components/lib/toolbar/style/ToolbarStyle.d.ts
vendored
|
@ -10,9 +10,21 @@
|
|||
import { BaseStyle } from '../../base/style';
|
||||
|
||||
export enum ToolbarClasses {
|
||||
/**
|
||||
* Class name of the root element
|
||||
*/
|
||||
root = 'p-toolbar',
|
||||
/**
|
||||
* Class name of the start element
|
||||
*/
|
||||
start = 'p-toolbar-start',
|
||||
/**
|
||||
* Class name of the center element
|
||||
*/
|
||||
center = 'p-toolbar-center',
|
||||
/**
|
||||
* Class name of the end element
|
||||
*/
|
||||
end = 'p-toolbar-end'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue