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

@ -70,6 +70,12 @@ const TreeProps = [
type: "string",
default: "undefined",
description: "Locale to use in filtering. The default locale is the host environment's current locale."
},
{
name: "scrollHeight",
type: "string",
default: "null",
description: 'Height of the scroll viewport in fixed units or the "flex" keyword for a dynamic size.'
}
];