mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +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
16
components/lib/toolbar/style/ToolbarStyle.d.ts
vendored
16
components/lib/toolbar/style/ToolbarStyle.d.ts
vendored
|
@ -1,3 +1,19 @@
|
|||
/**
|
||||
*
|
||||
* Toolbar is a grouping component for buttons and other content.
|
||||
*
|
||||
* [Live Demo](https://www.primevue.org/toolbar/)
|
||||
*
|
||||
* @module toolbarstyle
|
||||
*
|
||||
*/
|
||||
import { BaseStyle } from '../../base/style';
|
||||
|
||||
export enum ToolbarClasses {
|
||||
root = 'p-toolbar',
|
||||
start = 'p-toolbar-start',
|
||||
center = 'p-toolbar-center',
|
||||
end = 'p-toolbar-end'
|
||||
}
|
||||
|
||||
export interface ToolbarStyle extends BaseStyle {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue