UNPKG

react-collapse

Version:

Component-wrapper for collapse animation for elements with variable (and dynamic) height

12 lines (7 loc) 253 B
const {Collapse} = require('./Collapse'); const {UnmountClosed} = require('./UnmountClosed'); // Default export module.exports = UnmountClosed; // Extra "named exports" UnmountClosed.Collapse = Collapse; UnmountClosed.UnmountClosed = UnmountClosed;