antd-management-fast-component 2.1.17 → 2.1.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -183,4 +183,8 @@ export function buildListViewItemActionSelect({ confirm, selectData, selectCallb
183
183
  selectData: any;
184
184
  selectCallback: any;
185
185
  }): React.JSX.Element;
186
+ export function buildJsonView({ value, theme }: {
187
+ value?: string | undefined;
188
+ theme?: string | undefined;
189
+ }): React.JSX.Element;
186
190
  import React from 'react';