@agility/plenum-ui 2.0.0-rc48 → 2.0.0-rc49
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
|
@@ -709,6 +709,8 @@ declare module '@agility/plenum-ui/stories/molecules/inputs/select/Select' {
|
|
|
709
709
|
isRequired?: boolean;
|
|
710
710
|
value?: string;
|
|
711
711
|
className?: string;
|
|
712
|
+
onFocus?: () => void;
|
|
713
|
+
onBlur?: () => void;
|
|
712
714
|
}
|
|
713
715
|
const Select: React.FC<ISelectProps>;
|
|
714
716
|
export default Select;
|