mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 07:56:28 +08:00
🐛 Fix Dropdown types, close #13420
This commit is contained in:
parent
cc6402aec6
commit
09dd044c7a
@ -19,6 +19,8 @@ export interface DropDownProps {
|
|||||||
transitionName?: string;
|
transitionName?: string;
|
||||||
placement?: 'topLeft' | 'topCenter' | 'topRight' | 'bottomLeft' | 'bottomCenter' | 'bottomRight';
|
placement?: 'topLeft' | 'topCenter' | 'topRight' | 'bottomLeft' | 'bottomCenter' | 'bottomRight';
|
||||||
forceRender?: boolean;
|
forceRender?: boolean;
|
||||||
|
mouseEnterDelay?: number;
|
||||||
|
mouseLeaveDelay?: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export default class Dropdown extends React.Component<DropDownProps, any> {
|
export default class Dropdown extends React.Component<DropDownProps, any> {
|
||||||
|
Loading…
Reference in New Issue
Block a user