mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Add option functions to props (#22681)
This commit is contained in:
committed by
Mohamed Hegazy
parent
a0d47c6b68
commit
d6eafb8ea0
5
types/reactstrap/lib/Collapse.d.ts
vendored
5
types/reactstrap/lib/Collapse.d.ts
vendored
@@ -12,6 +12,11 @@ export interface CollapseProps extends React.HTMLProps<HTMLElement> {
|
||||
};
|
||||
onOpened?: () => void;
|
||||
onClosed?: () => void;
|
||||
onEntering?: () => void;
|
||||
onEntered?: () => void;
|
||||
onExit?: () => void;
|
||||
onExiting?: () => void;
|
||||
onExited?: () => void;
|
||||
}
|
||||
|
||||
declare const Collapse: React.StatelessComponent<CollapseProps>;
|
||||
|
||||
Reference in New Issue
Block a user