mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
.d.ts fixes
This commit is contained in:
parent
2eef8e3f13
commit
6f3e964d05
2 changed files with 4 additions and 4 deletions
4
components/lib/card/Card.d.ts
vendored
4
components/lib/card/Card.d.ts
vendored
|
@ -21,6 +21,10 @@ export interface CardPassThroughOptions {
|
||||||
* Uses to pass attributes to the root's DOM element.
|
* Uses to pass attributes to the root's DOM element.
|
||||||
*/
|
*/
|
||||||
root?: CardPassThroughOptionType;
|
root?: CardPassThroughOptionType;
|
||||||
|
/**
|
||||||
|
* Uses to pass attributes to the header's DOM element.
|
||||||
|
*/
|
||||||
|
header?: CardPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Uses to pass attributes to the body's DOM element.
|
* Uses to pass attributes to the body's DOM element.
|
||||||
*/
|
*/
|
||||||
|
|
4
components/lib/tabview/TabView.d.ts
vendored
4
components/lib/tabview/TabView.d.ts
vendored
|
@ -55,10 +55,6 @@ export interface TabViewPassThroughOptions {
|
||||||
* Uses to pass attributes to the list's DOM element.
|
* Uses to pass attributes to the list's DOM element.
|
||||||
*/
|
*/
|
||||||
nav?: TabViewPassThroughOptionType;
|
nav?: TabViewPassThroughOptionType;
|
||||||
/**
|
|
||||||
* Uses to pass attributes to the list items' DOM element.
|
|
||||||
*/
|
|
||||||
tabheader?: TabViewPassThroughOptionType;
|
|
||||||
/**
|
/**
|
||||||
* Uses to pass attributes to the inkbar's DOM element.
|
* Uses to pass attributes to the inkbar's DOM element.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue