UNPKG

@spotware/react-collapse

Version:

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

13 lines (6 loc) 226 B
'use strict'; const {Collapse} = require('./Collapse'); const {UnmountClosed} = require('./UnmountClosed'); UnmountClosed.Collapse = Collapse; UnmountClosed.UnmountClosed = UnmountClosed; module.exports = UnmountClosed;