@tarojs/taro-h5
Version:
Taro h5 framework
9 lines (6 loc) • 352 B
JavaScript
import { temporarilyNotSupport } from '../../utils/index.js';
// 背景
const setBackgroundTextStyle = /* @__PURE__ */ temporarilyNotSupport('setBackgroundTextStyle');
const setBackgroundColor = /* @__PURE__ */ temporarilyNotSupport('setBackgroundColor');
export { setBackgroundColor, setBackgroundTextStyle };
//# sourceMappingURL=background.js.map