@instructure/ui-simple-select 8.43.1 → 8.43.2-snapshot-4

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.
@@ -102,7 +102,7 @@ declare class SimpleSelect extends Component<SimpleSelectProps, SimpleSelectStat
102
102
  renderEmptyOption(): OptionChild;
103
103
  renderOption(option: OptionChild): OptionChild;
104
104
  renderGroup(group: GroupChild): GroupChild;
105
- render(): JSX.Element;
105
+ render(): React.JSX.Element;
106
106
  }
107
107
  export { SimpleSelect };
108
108
  export default SimpleSelect;