@factorialco/f0-react 1.220.0 → 1.221.0
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/experimental.d.ts +4 -0
- package/dist/experimental.js +1120 -1110
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -4799,6 +4799,10 @@ export declare const TwoColumnsList: ForwardRefExoticComponent<TwoColumnsListTyp
|
|
|
4799
4799
|
declare interface TwoColumnsListType {
|
|
4800
4800
|
title?: string;
|
|
4801
4801
|
titleValue?: string;
|
|
4802
|
+
titleTooltip?: {
|
|
4803
|
+
label?: string;
|
|
4804
|
+
description: string;
|
|
4805
|
+
};
|
|
4802
4806
|
list: TwoColumnsItemType[];
|
|
4803
4807
|
}
|
|
4804
4808
|
|