mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
fix: Transfer listStyle
to optional property (#31322)
This commit is contained in:
parent
859bf59084
commit
6f0df8d1e4
@ -70,7 +70,7 @@ export interface TransferProps<RecordType> {
|
||||
onChange?: (targetKeys: string[], direction: TransferDirection, moveKeys: string[]) => void;
|
||||
onSelectChange?: (sourceSelectedKeys: string[], targetSelectedKeys: string[]) => void;
|
||||
style?: React.CSSProperties;
|
||||
listStyle: ((style: ListStyle) => React.CSSProperties) | React.CSSProperties;
|
||||
listStyle?: ((style: ListStyle) => React.CSSProperties) | React.CSSProperties;
|
||||
operationStyle?: React.CSSProperties;
|
||||
titles?: React.ReactNode[];
|
||||
operations?: string[];
|
||||
|
Loading…
Reference in New Issue
Block a user