prlg-ui 1.8.4 → 1.8.6

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
@@ -1646,6 +1646,7 @@ declare type TableSize = 'small' | 'default' | 'large';
1646
1646
 
1647
1647
  declare type TableSlots = {
1648
1648
  default(): any;
1649
+ empty?(): any;
1649
1650
  };
1650
1651
 
1651
1652
  export declare const TabList: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;