Add handler definite for Drawer

close #15051
This commit is contained in:
afc163 2019-02-26 14:03:05 +08:00 committed by 偏右
parent a802a72d56
commit 98b41e0e9c

View File

@ -37,6 +37,7 @@ export interface DrawerProps {
placement?: placementType;
onClose?: (e: EventType) => void;
className?: string;
handler?: React.ReactNode;
}
export interface IDrawerState {