test-stpr-ui-kit 0.4.22 → 0.4.24
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.
|
@@ -238,6 +238,7 @@ declare interface InputProps {
|
|
|
238
238
|
classNameError?: string;
|
|
239
239
|
classNameLabel?: string;
|
|
240
240
|
classNameRoot?: string;
|
|
241
|
+
classNameBaseTooltipRoot?: string;
|
|
241
242
|
ref?: ForwardedRef<HTMLInputElement>;
|
|
242
243
|
}
|
|
243
244
|
|
|
@@ -249,6 +250,7 @@ declare interface LabelProps {
|
|
|
249
250
|
infoTooltipText?: string;
|
|
250
251
|
tooltipPosition?: ETooltipPosition;
|
|
251
252
|
classNameRoot?: string;
|
|
253
|
+
classNameBaseTooltipRoot?: string;
|
|
252
254
|
}
|
|
253
255
|
|
|
254
256
|
export declare const Layer: default_2.FC<LayerProps>;
|
|
@@ -313,6 +315,7 @@ declare interface SelectProps {
|
|
|
313
315
|
classNameRoot?: string;
|
|
314
316
|
classNameError?: string;
|
|
315
317
|
classNameLabel?: string;
|
|
318
|
+
classNameBaseTooltipRoot?: string;
|
|
316
319
|
}
|
|
317
320
|
|
|
318
321
|
export declare const Skeleton: default_2.FC<SkeletonProps>;
|