@alicloud/console-components
Version:
Alibaba Cloud React Components
10 lines (9 loc) • 386 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.AnimateExpand = void 0;
var rc_mod_1 = __importDefault(require("./rc-mod"));
exports.default = rc_mod_1.default;
exports.AnimateExpand = rc_mod_1.default.Expand;