@useloops/design-system 1.4.4 → 1.4.5
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/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -597,7 +597,7 @@ interface RadioGroupProps extends Omit<RadioGroupProps$1, 'defaultValue' | 'sx'
|
|
|
597
597
|
}
|
|
598
598
|
declare const RadioGroup: FunctionComponent<RadioGroupProps>;
|
|
599
599
|
|
|
600
|
-
type SelectProps = Pick<SelectProps$1, 'onChange' | 'id' | 'onBlur' | 'autoFocus' | 'disabled' | 'error' | 'fullWidth' | 'name' | 'placeholder' | 'readOnly' | 'required' | 'ref' | 'value' | 'inputRef'> & {
|
|
600
|
+
type SelectProps = Pick<SelectProps$1, 'onChange' | 'id' | 'onBlur' | 'autoFocus' | 'disabled' | 'error' | 'fullWidth' | 'name' | 'placeholder' | 'readOnly' | 'required' | 'ref' | 'value' | 'inputRef' | 'MenuProps'> & {
|
|
601
601
|
selections: {
|
|
602
602
|
value: string;
|
|
603
603
|
label: string;
|