@carbon/ibm-security
Version:
Carbon for Cloud & Cognitive IBM Security UI components
14 lines (13 loc) • 425 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
/**
* @file Tearsheet story guidance.
* @copyright IBM Security 2020
*/
var _default = exports.default = function _default(_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.");
};