mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #3797 - Use camelcase for pt
This commit is contained in:
parent
ebd8e6283b
commit
afda38b1eb
9 changed files with 30 additions and 30 deletions
12
components/lib/toolbar/Toolbar.d.ts
vendored
12
components/lib/toolbar/Toolbar.d.ts
vendored
|
@ -29,17 +29,17 @@ export interface ToolbarPassThroughOptions {
|
|||
*/
|
||||
root?: ToolbarPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the groupstart's DOM element.
|
||||
* Uses to pass attributes to the start's DOM element.
|
||||
*/
|
||||
groupStart?: ToolbarPassThroughOptionType;
|
||||
start?: ToolbarPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the groupcenter's DOM element.
|
||||
* Uses to pass attributes to the center's DOM element.
|
||||
*/
|
||||
groupCenter?: ToolbarPassThroughOptionType;
|
||||
center?: ToolbarPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the groupright's DOM element.
|
||||
* Uses to pass attributes to the right's DOM element.
|
||||
*/
|
||||
groupEnd?: ToolbarPassThroughOptionType;
|
||||
end?: ToolbarPassThroughOptionType;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue