UNPKG
@difizen/magent-au
Version:
latest (0.1.33)
0.1.33
0.1.30
0.1.29
0.1.28
0.1.27
github.com/difizen/magent
difizen/magent
@difizen/magent-au
/
es
/
views
/
agent-config
/
components
/
character-setting
/
textarea.d.ts
8 lines
•
255 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
TextAreaProps
}
from
'antd/es/input/TextArea.js'
;
/** * 高度自适应 *
@param
props
*
@returns
*/
export
declare
const
TextArea
:
(
props
:
TextAreaProps
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
//# sourceMappingURL=textarea.d.ts.map