mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #5020 - Add caption option to passthrough options on Card
This commit is contained in:
parent
4c57243a42
commit
8e1354d099
3 changed files with 12 additions and 5 deletions
4
components/lib/card/Card.d.ts
vendored
4
components/lib/card/Card.d.ts
vendored
|
@ -31,6 +31,10 @@ export interface CardPassThroughOptions {
|
|||
* Used to pass attributes to the body's DOM element.
|
||||
*/
|
||||
body?: CardPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the caption's DOM element.
|
||||
*/
|
||||
caption?: CardPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the title's DOM element.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue