mayak-common-library 0.0.158 → 0.0.160
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +8 -8
- package/dist/index.mjs +7 -7
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -596,12 +596,12 @@ interface ITitleBlock extends TypographyProps {
|
|
|
596
596
|
}
|
|
597
597
|
declare function TitleBlock(props: ITitleBlock): react_jsx_runtime.JSX.Element;
|
|
598
598
|
|
|
599
|
-
interface
|
|
599
|
+
interface TopDevelopersProps {
|
|
600
600
|
classes?: string;
|
|
601
601
|
images?: string[];
|
|
602
602
|
title?: string;
|
|
603
603
|
}
|
|
604
|
-
declare function TopDevelopers({ classes, title }:
|
|
604
|
+
declare function TopDevelopers({ classes, title }: TopDevelopersProps): react_jsx_runtime.JSX.Element;
|
|
605
605
|
|
|
606
606
|
interface ITrustUs {
|
|
607
607
|
classes?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -596,12 +596,12 @@ interface ITitleBlock extends TypographyProps {
|
|
|
596
596
|
}
|
|
597
597
|
declare function TitleBlock(props: ITitleBlock): react_jsx_runtime.JSX.Element;
|
|
598
598
|
|
|
599
|
-
interface
|
|
599
|
+
interface TopDevelopersProps {
|
|
600
600
|
classes?: string;
|
|
601
601
|
images?: string[];
|
|
602
602
|
title?: string;
|
|
603
603
|
}
|
|
604
|
-
declare function TopDevelopers({ classes, title }:
|
|
604
|
+
declare function TopDevelopers({ classes, title }: TopDevelopersProps): react_jsx_runtime.JSX.Element;
|
|
605
605
|
|
|
606
606
|
interface ITrustUs {
|
|
607
607
|
classes?: string;
|