mayak-common-library 0.0.170 → 0.0.172
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 +9 -9
- package/dist/index.mjs +6 -6
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -209,7 +209,7 @@ interface BenefitsVacanciesBlockProps {
|
|
|
209
209
|
classes?: string;
|
|
210
210
|
inlineItem?: boolean;
|
|
211
211
|
}
|
|
212
|
-
declare
|
|
212
|
+
declare function BenefitsVacanciesBlock({ title, benefits, classes, inlineItem, }: BenefitsVacanciesBlockProps): react_jsx_runtime.JSX.Element;
|
|
213
213
|
|
|
214
214
|
interface IComponentItem {
|
|
215
215
|
text1?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -209,7 +209,7 @@ interface BenefitsVacanciesBlockProps {
|
|
|
209
209
|
classes?: string;
|
|
210
210
|
inlineItem?: boolean;
|
|
211
211
|
}
|
|
212
|
-
declare
|
|
212
|
+
declare function BenefitsVacanciesBlock({ title, benefits, classes, inlineItem, }: BenefitsVacanciesBlockProps): react_jsx_runtime.JSX.Element;
|
|
213
213
|
|
|
214
214
|
interface IComponentItem {
|
|
215
215
|
text1?: string;
|