@sirsluginston/sharedui 2.0.8 → 2.0.12

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.
package/dist/index.d.ts CHANGED
@@ -191,11 +191,7 @@ export declare interface EntityStats {
191
191
  };
192
192
  }
193
193
 
194
- export declare const FilterSidebar: default_2.FC<FilterSidebarProps>;
195
-
196
- declare interface FilterSidebarProps {
197
- showAd?: boolean;
198
- }
194
+ export declare const FilterSidebar: default_2.FC;
199
195
 
200
196
  export declare const Footer: default_2.FC<FooterProps>;
201
197
 
@@ -235,7 +231,6 @@ export declare const InfoSidebar: default_2.FC<InfoSidebarProps>;
235
231
 
236
232
  declare interface InfoSidebarProps {
237
233
  meta?: EntityMeta;
238
- showAd?: boolean;
239
234
  }
240
235
 
241
236
  export declare const Input: default_2.FC<InputProps>;