mayak-common-library 0.0.181 → 0.0.183
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 +5 -5
- package/dist/index.mjs +5 -5
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -825,7 +825,7 @@ interface IDeveloperBannerProps {
|
|
|
825
825
|
imgBanner?: string;
|
|
826
826
|
imgLogo?: string;
|
|
827
827
|
}
|
|
828
|
-
declare function DeveloperBanner({ classes, imgBanner,
|
|
828
|
+
declare function DeveloperBanner({ classes, imgBanner, }: IDeveloperBannerProps): react_jsx_runtime.JSX.Element;
|
|
829
829
|
|
|
830
830
|
interface IDeveloperTwoBlocks {
|
|
831
831
|
classes?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -825,7 +825,7 @@ interface IDeveloperBannerProps {
|
|
|
825
825
|
imgBanner?: string;
|
|
826
826
|
imgLogo?: string;
|
|
827
827
|
}
|
|
828
|
-
declare function DeveloperBanner({ classes, imgBanner,
|
|
828
|
+
declare function DeveloperBanner({ classes, imgBanner, }: IDeveloperBannerProps): react_jsx_runtime.JSX.Element;
|
|
829
829
|
|
|
830
830
|
interface IDeveloperTwoBlocks {
|
|
831
831
|
classes?: string;
|