Skip to content

Commit

Permalink
docs: update common.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuping authored and JackLian committed Apr 24, 2023
1 parent 358dde4 commit ebc137d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/docs/api/common.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,17 @@ common.utils.startTransaction(() => {
}, IPublicEnumTransitionType.repaint);
```

#### getConvertedExtraKey

props key 转化工具

```typescript
getConvertedExtraKey(key: string): string

```

**@since v1.0.17**

#### createIntl
i18n 相关工具
```typescript
Expand Down Expand Up @@ -144,4 +155,4 @@ const { intl, getLocale, setLocale } = common.utils.createIntl({
* get Workbench Component
*/
get Workbench(): Component;
```
```

0 comments on commit ebc137d

Please sign in to comment.