@useloops/design-system 1.4.147 → 1.4.148

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
@@ -1094,8 +1094,7 @@ declare const TickGroup: FunctionComponent<TickGroupProps>;
1094
1094
 
1095
1095
  type ScreenSize = 'sm' | 'lg';
1096
1096
 
1097
- interface Props {
1098
- children: any;
1097
+ interface Props extends PropsWithChildren {
1099
1098
  mode?: PaletteMode;
1100
1099
  screenSize?: ScreenSize;
1101
1100
  direction?: Direction;