@cyber-harbour/ui 1.1.16 → 1.1.18
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 +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -826,13 +826,13 @@ interface ClockIconProps extends SVGProps<SVGSVGElement> {
|
|
|
826
826
|
declare const ClockIcon: ({ fill, ...props }: ClockIconProps) => react_jsx_runtime.JSX.Element;
|
|
827
827
|
|
|
828
828
|
type SidebarProps = {
|
|
829
|
-
className?: string;
|
|
830
829
|
collapsed?: boolean;
|
|
831
|
-
|
|
830
|
+
children: any;
|
|
831
|
+
} & Omit<react__default.HTMLAttributes<HTMLDivElement>, 'children'>;
|
|
832
832
|
declare const Sidebar: react__default.ForwardRefExoticComponent<{
|
|
833
|
-
className?: string;
|
|
834
833
|
collapsed?: boolean;
|
|
835
|
-
|
|
834
|
+
children: any;
|
|
835
|
+
} & Omit<react__default.HTMLAttributes<HTMLDivElement>, "children"> & {
|
|
836
836
|
m?: string | number;
|
|
837
837
|
mt?: string | number;
|
|
838
838
|
mr?: string | number;
|
package/dist/index.d.ts
CHANGED
|
@@ -826,13 +826,13 @@ interface ClockIconProps extends SVGProps<SVGSVGElement> {
|
|
|
826
826
|
declare const ClockIcon: ({ fill, ...props }: ClockIconProps) => react_jsx_runtime.JSX.Element;
|
|
827
827
|
|
|
828
828
|
type SidebarProps = {
|
|
829
|
-
className?: string;
|
|
830
829
|
collapsed?: boolean;
|
|
831
|
-
|
|
830
|
+
children: any;
|
|
831
|
+
} & Omit<react__default.HTMLAttributes<HTMLDivElement>, 'children'>;
|
|
832
832
|
declare const Sidebar: react__default.ForwardRefExoticComponent<{
|
|
833
|
-
className?: string;
|
|
834
833
|
collapsed?: boolean;
|
|
835
|
-
|
|
834
|
+
children: any;
|
|
835
|
+
} & Omit<react__default.HTMLAttributes<HTMLDivElement>, "children"> & {
|
|
836
836
|
m?: string | number;
|
|
837
837
|
mt?: string | number;
|
|
838
838
|
mr?: string | number;
|