asma-core-ui 2.18.38 → 2.18.39
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.
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { type SelectProps } from '@mui/material';
|
|
3
3
|
/**
|
|
4
|
+
*
|
|
5
|
+
* @usage
|
|
6
|
+
* use StyleSelect only inside StyledFormControl
|
|
7
|
+
*
|
|
8
|
+
* @size
|
|
9
|
+
* control the size through StyledFormControl
|
|
4
10
|
*
|
|
5
11
|
* @inputRef
|
|
6
12
|
* inputRef to get Node of Input Element inside
|