@wpic/ui 0.3.6 → 0.3.8

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.
@@ -12,6 +12,7 @@
12
12
  * Props:
13
13
  * - title : string shorthand for header title
14
14
  * - empty : boolean — show empty slot instead of default
15
+ * - headerDivider : boolean — show the separator below the header (default true)
15
16
  */
16
17
  type __VLS_Props = {
17
18
  title?: string;
@@ -19,6 +20,7 @@ type __VLS_Props = {
19
20
  noPadding?: boolean;
20
21
  bodyClass?: string;
21
22
  borderless?: boolean;
23
+ headerDivider?: boolean;
22
24
  };
23
25
  declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_7: {}, __VLS_9: {}, __VLS_11: {};
24
26
  type __VLS_Slots = {} & {