@lctafrica/ui 0.2.2 → 0.2.4

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.
@@ -23,3 +23,7 @@ export declare const WithValueAndQuery: Story;
23
23
  * Disabled state
24
24
  */
25
25
  export declare const Disabled: Story;
26
+ /**
27
+ * Multiple selects in a 2-column grid layout
28
+ */
29
+ export declare const GridOfSelects: Story;