@spiffcommerce/core 0.10.19 → 0.10.20
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/main.js +9 -9
- package/dist/module.js +9 -9
- package/dist/types.d.ts +1 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -1024,6 +1024,7 @@ export const useEditorInteraction: (editorRef: RefObject<SVGRectElement>, intera
|
|
|
1024
1024
|
handleScroll: () => void;
|
|
1025
1025
|
handleSequenceStart: () => void;
|
|
1026
1026
|
};
|
|
1027
|
+
export const useShortcutCombination: (shortcutKeys: string[], callback: (keys: string[]) => void) => void;
|
|
1027
1028
|
export const EditorCore: FunctionComponent<{
|
|
1028
1029
|
color?: string;
|
|
1029
1030
|
editorRef: RefObject<SVGRectElement>;
|