Add api docs

This commit is contained in:
Cagatay Civici 2021-05-14 12:18:42 +03:00
parent 805efbea4e
commit 31c8dcba48
8 changed files with 78 additions and 2 deletions

View file

@ -142,6 +142,18 @@ const DividerProps = [
type: "string",
default: "null",
description: "Style class of the overlay panel."
},
{
name: "loading",
type: "boolean",
default: "false",
description: "Whether the multiselect is in loading state."
},
{
name: "loadingIcon",
type: "string",
default: "pi pi-spinner pi-spin",
description: "Icon to display in loading state."
}
];