@threedddplus/logoeditor 0.0.10 → 0.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.
@@ -1,3 +1,4 @@
1
1
  import React from 'react';
2
2
  import './rightMenu.css';
3
+ import '../../services/path-warp.js';
3
4
  export declare const Rightmenu: () => React.JSX.Element;
@@ -1,7 +1,8 @@
1
- import React from "react";
2
- export declare const SortButton: ({ label, icons, onClick, className }: {
1
+ import React from 'react';
2
+ export declare const SortAndFilterButton: ({ label, icons, onClick, className, buttonLabelClass, }: {
3
3
  label: any;
4
4
  icons: any;
5
5
  onClick: any;
6
6
  className: any;
7
+ buttonLabelClass: any;
7
8
  }) => React.JSX.Element;
@@ -1,2 +1,4 @@
1
1
  import React from 'react';
2
- export declare const SortByDropdown: () => React.JSX.Element;
2
+ export declare const SortByDropdown: ({ sortOptions }: {
3
+ sortOptions: any;
4
+ }) => React.JSX.Element;