@ws-ui/ui-components 1.0.8 → 1.0.9

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
@@ -2701,6 +2701,11 @@ export declare interface InputAreaProps extends Omit<React.TextareaHTMLAttribute
2701
2701
  'aria-describedby'?: string;
2702
2702
  }
2703
2703
 
2704
+ export declare interface InputChipProps {
2705
+ className?: string;
2706
+ children: ReactNode;
2707
+ }
2708
+
2704
2709
  export declare type InputColor = 'primary' | 'positive' | 'warning' | 'negative';
2705
2710
 
2706
2711
  export declare interface InputColorConfig {