gd-bs 6.6.59 → 6.6.60
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/gd-bs.d.ts
CHANGED
|
@@ -1658,7 +1658,7 @@ declare module 'gd-bs/components/jumbotron/types' {
|
|
|
1658
1658
|
*/
|
|
1659
1659
|
export const Jumbotron: (props: IJumbotronProps, template?: string) => IJumbotron;
|
|
1660
1660
|
export const JumbotronSize: IJumbotronSize;
|
|
1661
|
-
export const
|
|
1661
|
+
export const JumbotronTypes: IJumbotronTypes;
|
|
1662
1662
|
|
|
1663
1663
|
import { IBaseProps } from "gd-bs/components/types";
|
|
1664
1664
|
|
package/package.json
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
*/
|
|
32
32
|
export const Jumbotron: (props: IJumbotronProps, template?: string) => IJumbotron;
|
|
33
33
|
export const JumbotronSize: IJumbotronSize;
|
|
34
|
-
export const
|
|
34
|
+
export const JumbotronTypes: IJumbotronTypes;
|
|
35
35
|
|
|
36
36
|
import { IBaseProps } from "../types";
|
|
37
37
|
|