Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
fix: 修复支付宝 Button 组件缺少的 style 属性
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed Sep 2, 2019
1 parent 7b6b5b5 commit 9e52a2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/remax/src/adapters/alipay/components/Button.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import * as React from 'react';
import factory from './factory';

export interface ButtonProps {
id?: string;
className?: string;
style?: React.CSSProperties;
size?: 'default' | 'mini';
type?: 'primary' | 'default' | 'warn';
plain?: boolean;
Expand Down

0 comments on commit 9e52a2d

Please sign in to comment.