kui-basic 1.1.154 → 1.1.155

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/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { HTMLInputTypeAttribute, ReactElement, SyntheticEvent, ReactNode, RefObject } from 'react';
2
+ import { HTMLInputTypeAttribute, ReactElement, ReactNode, SyntheticEvent, RefObject } from 'react';
3
3
  import { Placement, OffsetOptions, Strategy } from '@floating-ui/react';
4
4
  import { MiddlewareData } from '@floating-ui/core/src/types';
5
5
 
@@ -427,6 +427,7 @@ interface RadioProps
427
427
  fullWidth?: boolean
428
428
  checked?: boolean
429
429
  isSquare?: boolean
430
+ children?: ReactNode
430
431
  }
431
432
 
432
433
  type RadioType = (props: RadioProps) => React.ReactElement