@bigbinary/neetoui 4.4.21 → 4.4.23

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
@@ -398,7 +398,7 @@ export interface TagProps {
398
398
  color?: string;
399
399
  /** @deprecated Prop deprecated. Use `indicatorStyle` prop instead*/
400
400
  indicatorColor?: string;
401
- children:string;
401
+ children?: string;
402
402
  }
403
403
 
404
404
  export type TextareaProps = {