/**
* @file Tearsheet story guidance.
* @copyright IBM Security 2020
*/
export default (function (_ref) {
var displayName = _ref.displayName;
return"To preserve animations when the '".concat(displayName, "' enters or leaves the DOM, use the 'isOpen' prop to control the component.");
});