"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ActionSheetDefaultProps = void 0; var ActionSheetDefaultProps = { title: '', actions: [], cancelText: '取消' }; exports.ActionSheetDefaultProps = ActionSheetDefaultProps;