@moontra/moonui-pro 2.27.9 → 2.28.0
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.ts +1 -0
- package/dist/index.global.js +60 -60
- package/dist/index.global.js.map +1 -1
- package/dist/index.mjs +2 -6
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -3421,6 +3421,7 @@ interface NavbarConfig {
|
|
|
3421
3421
|
hideOnScroll?: boolean;
|
|
3422
3422
|
showScrollProgress?: boolean;
|
|
3423
3423
|
maxWidth?: "sm" | "md" | "lg" | "xl" | "2xl" | "full";
|
|
3424
|
+
fullWidth?: boolean;
|
|
3424
3425
|
enableNProgress?: boolean;
|
|
3425
3426
|
}
|
|
3426
3427
|
interface NavbarProps extends NavbarConfig {
|