@modul/mbui 0.0.38-beta-pv-53753-029f73ac → 0.0.38-beta-select-9087c58b

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,6 +6,7 @@ declare const Drawer: {
6
6
  };
7
7
  declare const DrawerTrigger: typeof DrawerPrimitive.Trigger;
8
8
  declare const DrawerClose: typeof DrawerPrimitive.Close;
9
+ declare const DrawerDescription: typeof DrawerPrimitive.Description;
9
10
  declare const DrawerTitle: typeof DrawerPrimitive.Title;
10
11
  declare const DrawerContent: typeof DrawerPrimitive.Content;
11
- export { Drawer, DrawerTrigger, DrawerContent, DrawerTitle, DrawerClose };
12
+ export { Drawer, DrawerTrigger, DrawerContent, DrawerTitle, DrawerClose, DrawerDescription };
@@ -1 +1 @@
1
- export { Drawer, DrawerTrigger, DrawerClose, DrawerContent, DrawerTitle, } from './Drawer';
1
+ export { Drawer, DrawerTrigger, DrawerClose, DrawerContent, DrawerTitle, DrawerDescription } from './Drawer';