diff --git a/src/components/dataview/DataView.d.ts b/src/components/dataview/DataView.d.ts index 04be92f14..5f18e67f8 100755 --- a/src/components/dataview/DataView.d.ts +++ b/src/components/dataview/DataView.d.ts @@ -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.