@delightui/components 0.1.31 → 0.1.32
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/index.d.ts
CHANGED
|
@@ -347,6 +347,7 @@ declare const TextArea: React__default.ForwardRefExoticComponent<Omit<React__def
|
|
|
347
347
|
} & React__default.RefAttributes<HTMLTextAreaElement>>;
|
|
348
348
|
|
|
349
349
|
type ResponsiveComponentProps<T> = {
|
|
350
|
+
className?: string;
|
|
350
351
|
component: React.FC<T>;
|
|
351
352
|
children: React.ReactElement<BreakpointProps<T>>[];
|
|
352
353
|
};
|