@@ -412,7 +412,7 @@ class App extends React.Component {
| value | Used to set the currently selected value | string \| number | - |
| type | Set the type of radio, one of `default`, `button`, `card`, `pureCard` <br/>**This api is provided after v1.26.0, and card and pureCard are in v1.30.0 Provided after ** | string | `default` |
| onChange | Callback function when the selected option changes | Function (e: Event) | - |
| key | Required and must be unique | string | - |
| isLeaf | Whether it is a leaf node | boolean |-|
-### Method
-- search(sugInput: string)
-For custom rendering of input box.
+## Methods
+Some internal methods provided by TreeSelect can be accessed through ref:
+
+| Name | Description |
+|---------|--------------|
+| search(sugInput: string) | If you need to customize the search box externally, you can actively call this method when the value of the custom search box changes to change the filtering results |
+Some internal methods provided by Upload can be accessed through ref:
+
|Name | Description | Type | Version|
|----|----|----|----|
| insert | Upload file, when index is passed, it will be inserted at the specified position, if not passed, it will be inserted at the end | (files: Array<File\>, index?: number) => void | 2.2.0 |
@@ -681,7 +681,8 @@ class CarouselDemo extends React.Component {
|props |Parameters on the arrow div, including style, onClick events, etc |DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement\>, HTMLDivElement\> |- |2.10.0|