Fixed #2228 - DataView DataViewLayoutType TypeScript error

pull/2232/head
Tuğçe Küçükoğlu 2022-03-01 09:30:51 +03:00 committed by Tuğçe Küçükoğlu
parent 38d8b24fa9
commit 6264f2bdc3
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ export interface DataViewProps {
* @see DataViewLayoutType
* Default value is 'list'.
*/
layout?: DataViewLayoutType;
layout?: any;
/**
* Number of rows to display per page.
* Default value is 0.