@measured/puck-plugin-heading-analyzer 0.16.0-canary.c7007ac → 0.16.0-canary.cad95b8

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -173,6 +173,10 @@ type Overrides = OverridesGeneric<{
173
173
  actions: ReactNode;
174
174
  children: ReactNode;
175
175
  }>;
176
+ actionBar: RenderFunc<{
177
+ label?: string;
178
+ children: ReactNode;
179
+ }>;
176
180
  headerActions: RenderFunc<{
177
181
  children: ReactNode;
178
182
  }>;