@abdellatifui/react 3.2.77 → 3.2.79
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/nextgen.d.ts +1 -0
- package/dist/nextgen.js +1501 -1500
- package/package.json +1 -1
package/dist/nextgen.d.ts
CHANGED
|
@@ -999,6 +999,7 @@ export declare type ShadcnTabsProps = {
|
|
|
999
999
|
full?: boolean;
|
|
1000
1000
|
bodyClassName?: string;
|
|
1001
1001
|
borderOffset?: number;
|
|
1002
|
+
id?: string;
|
|
1002
1003
|
};
|
|
1003
1004
|
|
|
1004
1005
|
export declare const Sidebar: default_2.ForwardRefExoticComponent<Omit<SidebarProps_2, "ref"> & default_2.RefAttributes<SidebarHandle_2>>;
|