UNPKG

320 BJavaScriptView Raw
1import { temporarilyNotSupport } from '../../utils/index.js';
2
3// 背景
4const setBackgroundTextStyle = temporarilyNotSupport('setBackgroundTextStyle');
5const setBackgroundColor = temporarilyNotSupport('setBackgroundColor');
6
7export { setBackgroundColor, setBackgroundTextStyle };
8//# sourceMappingURL=background.js.map