@donkit-ai/design-system 1.4.43 → 1.4.44
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 +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -878,6 +878,7 @@ export declare function ThinkingDot(props: ThinkingDotProps): JSX.Element;
|
|
|
878
878
|
|
|
879
879
|
export interface ScrollableProps extends HTMLAttributes<HTMLDivElement> {
|
|
880
880
|
axis?: 'x' | 'y' | 'both';
|
|
881
|
+
children?: ReactNode;
|
|
881
882
|
}
|
|
882
883
|
|
|
883
884
|
export declare function Scrollable(props: ScrollableProps): JSX.Element;
|