@univerjs/sheets-filter-ui 0.2.5 → 0.2.6

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.
@@ -7,5 +7,5 @@ export declare class UniverSheetsFilterMobileUIPlugin extends Plugin {
7
7
  static type: UniverInstanceType;
8
8
  static pluginName: string;
9
9
  constructor(_config: Partial<IUniverSheetsFilterUIConfig>, _injector: Injector);
10
- onStarting(injector: Injector): void;
10
+ onStarting(): void;
11
11
  }
@@ -8,5 +8,5 @@ export declare class UniverSheetsFilterUIPlugin extends Plugin {
8
8
  static type: UniverInstanceType;
9
9
  static pluginName: string;
10
10
  constructor(_config: Partial<IUniverSheetsFilterUIConfig>, _injector: Injector, _localeService: LocaleService);
11
- onStarting(injector: Injector): void;
11
+ onStarting(): void;
12
12
  }