@orderly.network/ui-scaffold 2.6.0 → 2.6.1

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.mts CHANGED
@@ -484,7 +484,7 @@ declare const LanguageSwitcher: FC<LanguageSwitcherProps>;
484
484
  declare const ScanQRCodeWidget: () => react_jsx_runtime.JSX.Element;
485
485
 
486
486
  type UseScanQRCodeScriptReturn = ReturnType<typeof useScanQRCodeScript>;
487
- declare function useScanQRCodeScript(): {
487
+ declare const useScanQRCodeScript: () => {
488
488
  open: boolean;
489
489
  onOpenChange: react.Dispatch<react.SetStateAction<boolean>>;
490
490
  showDialog: () => void;
package/dist/index.d.ts CHANGED
@@ -484,7 +484,7 @@ declare const LanguageSwitcher: FC<LanguageSwitcherProps>;
484
484
  declare const ScanQRCodeWidget: () => react_jsx_runtime.JSX.Element;
485
485
 
486
486
  type UseScanQRCodeScriptReturn = ReturnType<typeof useScanQRCodeScript>;
487
- declare function useScanQRCodeScript(): {
487
+ declare const useScanQRCodeScript: () => {
488
488
  open: boolean;
489
489
  onOpenChange: react.Dispatch<react.SetStateAction<boolean>>;
490
490
  showDialog: () => void;