kui-basic 1.1.265 → 1.1.266

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
@@ -338,6 +338,7 @@ interface InputProps
338
338
  isRequired?: boolean
339
339
  hint?: string | ReactNode
340
340
  withCounter?: boolean
341
+ onContainerClick?: () => void
341
342
  }
342
343
 
343
344
  type InputType = (props: InputProps) => React.ReactElement