mayak-common-library 0.0.454 → 0.0.456
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +6 -6
- package/dist/index.mjs +6 -6
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -914,7 +914,7 @@ interface IServicesFull {
|
|
|
914
914
|
totalServices?: number;
|
|
915
915
|
href: string;
|
|
916
916
|
}
|
|
917
|
-
declare function ServicesFull({ title, services, classes, href,
|
|
917
|
+
declare function ServicesFull({ title, services, classes, href, }: IServicesFull): react_jsx_runtime.JSX.Element;
|
|
918
918
|
|
|
919
919
|
interface IDeveloperBannerProps {
|
|
920
920
|
classes?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -914,7 +914,7 @@ interface IServicesFull {
|
|
|
914
914
|
totalServices?: number;
|
|
915
915
|
href: string;
|
|
916
916
|
}
|
|
917
|
-
declare function ServicesFull({ title, services, classes, href,
|
|
917
|
+
declare function ServicesFull({ title, services, classes, href, }: IServicesFull): react_jsx_runtime.JSX.Element;
|
|
918
918
|
|
|
919
919
|
interface IDeveloperBannerProps {
|
|
920
920
|
classes?: string;
|