@nimbus-ds/components 5.5.2-rc.4 → 5.5.2-rc.6
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 +5 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3344,6 +3344,11 @@ export interface SidebarProperties extends SidebarSprinkle {
|
|
|
3344
3344
|
* @default true
|
|
3345
3345
|
*/
|
|
3346
3346
|
open?: boolean;
|
|
3347
|
+
/**
|
|
3348
|
+
* Determines if RemoveScroll wraps sidebar's children component.
|
|
3349
|
+
* @default true
|
|
3350
|
+
*/
|
|
3351
|
+
needRemoveScroll?: boolean;
|
|
3347
3352
|
}
|
|
3348
3353
|
export type SidebarProps = SidebarProperties & HTMLAttributes<HTMLDivElement>;
|
|
3349
3354
|
export declare const Sidebar: React.FC<SidebarProps> & SidebarComponents;
|