@measured/puck-plugin-heading-analyzer 0.16.0-canary.7c79787 → 0.16.0-canary.7cac376

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
  }>;
@@ -195,6 +199,10 @@ type Overrides = OverridesGeneric<{
195
199
  children: ReactNode;
196
200
  name: string;
197
201
  }>;
202
+ iframe: RenderFunc<{
203
+ children: ReactNode;
204
+ document?: Document;
205
+ }>;
198
206
  outline: RenderFunc;
199
207
  puck: RenderFunc;
200
208
  }>;