Commit ed77810 1 parent dc118b9 commit ed77810 Copy full SHA for ed77810
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -120,11 +120,11 @@ export interface IFormButtonGroupProps {
120
120
style ?: React . CSSProperties
121
121
itemStyle ?: React . CSSProperties
122
122
className ?: string
123
-
123
+ align ?: 'left' | 'right' | 'start' | 'end' | 'top' | 'bottom' | 'center'
124
124
triggerDistance ?: number
125
125
zIndex ?: number
126
- span ?: number
127
- offset ?: number
126
+ span ?: ColSpanType
127
+ offset ?: ColSpanType
128
128
}
129
129
130
130
export interface ISubmitProps extends Omit < BaseButtonProps , 'loading' > {
Original file line number Diff line number Diff line change @@ -99,11 +99,11 @@ export interface IFormButtonGroupProps {
99
99
style ?: React . CSSProperties
100
100
itemStyle ?: React . CSSProperties
101
101
className ?: string
102
-
102
+ align ?: 'left' | 'right' | 'start' | 'end' | 'top' | 'bottom' | 'center'
103
103
triggerDistance ?: number
104
104
zIndex ?: number
105
- span ?: number
106
- offset ?: number
105
+ span ?: ColSpanType
106
+ offset ?: ColSpanType
107
107
}
108
108
109
109
export interface SchemaFormProps < V = unknown > {
You can’t perform that action at this time.
0 commit comments