prlg-ui 1.8.69 → 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 +1 -1
- package/dist/prlg-ui.cjs.js +1 -1
- package/dist/prlg-ui.css +1 -1
- package/dist/prlg-ui.es.js +137 -135
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1342,7 +1342,7 @@ declare type DrawerProps = {
|
|
|
1342
1342
|
position?: 'left' | 'right' | 'bottom' | 'top';
|
|
1343
1343
|
beforeClose?: (next: () => void) => void;
|
|
1344
1344
|
wrapperNoStyle?: boolean;
|
|
1345
|
-
|
|
1345
|
+
styleWrapper?: CSSProperties;
|
|
1346
1346
|
};
|
|
1347
1347
|
|
|
1348
1348
|
export declare const Dropdown: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|