@sikka/hawa 0.0.143 → 0.0.145

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.
@@ -5,7 +5,7 @@ type HawaAppLayoutTypes = {
5
5
  icon: any;
6
6
  slug: string;
7
7
  action: () => void;
8
- }[];
8
+ }[][];
9
9
  currentPage: string;
10
10
  pageTitle?: string;
11
11
  logoSymbol?: any;
@@ -1,5 +1,6 @@
1
1
  import React from "react";
2
2
  type DragDropImagesTypes = {
3
+ label?: string;
3
4
  texts: any;
4
5
  files: [File];
5
6
  setFiles: any;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from "react";
2
2
  type HawaPhoneInputTypes = {
3
3
  preferredCountry?: any;
4
4
  helperText?: any;