fix(data-table): fix JSDoc type for expandableRowIds

This commit is contained in:
Eric Liu 2020-10-17 13:45:15 -07:00
commit 1a809c9c3a
6 changed files with 178 additions and 2703 deletions

View file

@ -57,7 +57,7 @@
/**
* Specify the row ids to be expanded
* @type {boolean} [expandedRowIds=[]]
* @type {string[]} [expandedRowIds=[]]
*/
export let expandedRowIds = [];