@mcurros2/microm 1.1.407-0 → 1.1.409-0

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
@@ -788,7 +788,7 @@ export interface DataGridToolbarOptions {
788
788
  visibleFilters?: string[];
789
789
  initialColumnFilters?: ColumnsObject;
790
790
  filtersTitle?: string;
791
- editFitersLabel?: string;
791
+ editFiltersLabel?: string;
792
792
  clearFiltersLabel?: string;
793
793
  filtersAccordionVariant?: AccordionVariant;
794
794
  showColumnsConfig?: boolean;