Skip to content

Commit 426e543

Browse files
committed
refactor(types): sync components types
1 parent f02d13c commit 426e543

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/taro-components/types/Button.d.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,11 @@ declare namespace ButtonProps {
297297
reset
298298
}
299299
/** open-type 的合法值 */
300-
type OpenType = keyof openTypeKeys['weapp'] | keyof openTypeKeys['alipay'] | keyof openTypeKeys['qq'] | keyof openTypeKeys['tt']
300+
type OpenType =
301+
| keyof openTypeKeys['weapp']
302+
| keyof openTypeKeys['alipay']
303+
| keyof openTypeKeys['qq']
304+
| keyof openTypeKeys['tt']
301305
/** open-type 的合法值 */
302306
interface openTypeKeys {
303307
weapp: {

0 commit comments

Comments
 (0)