mayak-common-library 0.0.452 → 0.0.453
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 +6 -6
- package/dist/index.mjs +6 -6
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1520,11 +1520,11 @@ declare const H5: FC<HProps>;
|
|
|
1520
1520
|
|
|
1521
1521
|
declare const H6: FC<HProps>;
|
|
1522
1522
|
|
|
1523
|
-
interface
|
|
1523
|
+
interface FancyBoxProps {
|
|
1524
1524
|
options?: Partial<OptionsType>;
|
|
1525
1525
|
delegate?: string;
|
|
1526
1526
|
}
|
|
1527
|
-
declare
|
|
1527
|
+
declare const FancyBox: FC<PropsWithChildren<FancyBoxProps>>;
|
|
1528
1528
|
|
|
1529
1529
|
interface ISliderDefault {
|
|
1530
1530
|
children: ReactNode;
|
package/dist/index.d.ts
CHANGED
|
@@ -1520,11 +1520,11 @@ declare const H5: FC<HProps>;
|
|
|
1520
1520
|
|
|
1521
1521
|
declare const H6: FC<HProps>;
|
|
1522
1522
|
|
|
1523
|
-
interface
|
|
1523
|
+
interface FancyBoxProps {
|
|
1524
1524
|
options?: Partial<OptionsType>;
|
|
1525
1525
|
delegate?: string;
|
|
1526
1526
|
}
|
|
1527
|
-
declare
|
|
1527
|
+
declare const FancyBox: FC<PropsWithChildren<FancyBoxProps>>;
|
|
1528
1528
|
|
|
1529
1529
|
interface ISliderDefault {
|
|
1530
1530
|
children: ReactNode;
|