Skip to content

Commit

Permalink
- update types
Browse files Browse the repository at this point in the history
  • Loading branch information
czy0729 committed May 7, 2022
1 parent 7213dc7 commit 6814de4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/components/bgm-text/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @Author: czy0729
* @Date: 2019-08-13 19:46:35
* @Last Modified by: czy0729
* @Last Modified time: 2022-05-03 22:57:58
* @Last Modified time: 2022-05-07 19:37:30
*/
import React from 'react'
import { Text } from 'react-native'
Expand All @@ -13,6 +13,8 @@ import { TextStyle } from '@types'
import { bgmMap } from './ds'
import { styles } from './styles'

export { bgmMap }

type Props = {
/** 图标当成文字一样使用 */
style?: TextStyle
Expand Down
2 changes: 1 addition & 1 deletion src/components/render-html/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @Author: czy0729
* @Date: 2019-04-29 19:54:57
* @Last Modified by: czy0729
* @Last Modified time: 2022-05-06 21:37:24
* @Last Modified time: 2022-05-07 19:37:23
*/
import React from 'react'
import { View } from 'react-native'
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,6 @@
"android",
"src/assets",
"web"
]
],
"extends": "expo/tsconfig.base"
}

0 comments on commit 6814de4

Please sign in to comment.