mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Update d.ts files
This commit is contained in:
parent
5b1858f507
commit
b4c4c064ad
114 changed files with 1351 additions and 1348 deletions
|
@ -42,11 +42,10 @@ export const getStyleOptions = (name) => {
|
|||
let data = [];
|
||||
|
||||
for (const member of members) {
|
||||
const { name, value, description } = member;
|
||||
const { value, description } = member;
|
||||
|
||||
data.push({
|
||||
class: value.replaceAll('"', ''),
|
||||
section: name,
|
||||
description
|
||||
});
|
||||
}
|
||||
|
@ -66,7 +65,6 @@ export const getTokenOptions = (preset, name) => {
|
|||
data.push({
|
||||
token,
|
||||
variable: designToken.name,
|
||||
section: key.toLowerCase(),
|
||||
description: description
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue