prlg-ui 1.8.68 → 1.8.70

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 CHANGED
@@ -1340,9 +1340,9 @@ export declare const Drawer: __VLS_WithTemplateSlots_11<typeof __VLS_component_1
1340
1340
 
1341
1341
  declare type DrawerProps = {
1342
1342
  position?: 'left' | 'right' | 'bottom' | 'top';
1343
- width?: number | string;
1344
1343
  beforeClose?: (next: () => void) => void;
1345
1344
  wrapperNoStyle?: boolean;
1345
+ styleWrapper?: CSSProperties;
1346
1346
  };
1347
1347
 
1348
1348
  export declare const Dropdown: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;