prlg-ui 1.8.146 → 1.8.147

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
@@ -1373,7 +1373,7 @@ declare type DrawerProps = {
1373
1373
  export declare const Dropdown: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
1374
1374
 
1375
1375
  declare interface DropdownOption {
1376
- value?: string | number | null;
1376
+ value?: string | number;
1377
1377
  label?: string | number;
1378
1378
  disabled?: boolean;
1379
1379
  [key: string]: any;