tcce-design-system-test 0.3.7 → 0.3.9
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.
|
@@ -246,6 +246,10 @@ export declare interface FieldConfig {
|
|
|
246
246
|
pinLength?: number;
|
|
247
247
|
pinType?: 'text' | 'number';
|
|
248
248
|
rows?: number;
|
|
249
|
+
className?: string;
|
|
250
|
+
inputClassName?: string;
|
|
251
|
+
labelClassName?: string;
|
|
252
|
+
messageErrorClassName?: string;
|
|
249
253
|
}
|
|
250
254
|
|
|
251
255
|
export declare const flushedStyles: RuleSet<object>;
|