@bbki.ng/components 1.5.16 → 1.5.19

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
@@ -43,6 +43,7 @@ declare const Breadcrumb: (props: BreadcrumbProps) => JSX.Element;
43
43
 
44
44
  declare type NavProps = {
45
45
  paths: PathObj[];
46
+ loading?: boolean;
46
47
  className?: string;
47
48
  };
48
49
  declare const Nav: (props: NavProps) => JSX.Element;
@@ -141,6 +142,7 @@ declare enum SkeletonColor {
141
142
  BLACK = "black"
142
143
  }
143
144
  interface SkeletonProps {
145
+ className?: string;
144
146
  width?: number;
145
147
  height?: number;
146
148
  bgColor?: SkeletonColor;