@delightui/components 0.1.98 → 0.1.99
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
|
@@ -2198,6 +2198,7 @@ type WrapTextNodesProps = Omit<TextProps, 'className'>;
|
|
|
2198
2198
|
declare const WrapTextNodes: React__default.FC<WrapTextNodesProps>;
|
|
2199
2199
|
|
|
2200
2200
|
type RenderStateViewProps<T = unknown> = {
|
|
2201
|
+
className?: string;
|
|
2201
2202
|
data: T | null | undefined;
|
|
2202
2203
|
isLoading: boolean;
|
|
2203
2204
|
Filled: React.ComponentType<{
|