@measured/puck-plugin-heading-analyzer 0.14.0-canary.70cf177 → 0.14.0-canary.83be956

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/dist/index.js +653 -78072
  3. package/package.json +3 -2
package/dist/index.d.ts CHANGED
@@ -93,7 +93,7 @@ type ExternalField<Props extends {
93
93
  }) => Promise<any[] | null>;
94
94
  mapProp?: (value: any) => Props;
95
95
  mapRow?: (value: any) => Record<string, string | number>;
96
- getItemSummary: (item: Props, index?: number) => string;
96
+ getItemSummary?: (item: Props, index?: number) => string;
97
97
  showSearch?: boolean;
98
98
  initialQuery?: string;
99
99
  filterFields?: Record<string, Field>;