jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/node_modules/antd-mini/less/NoticeBar/props.js

14 lines
296 B
JavaScript
Raw Normal View History

2024-11-10 07:01:22 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.NoticeBarDefaultProps = void 0;
var NoticeBarDefaultProps = {
showIcon: false,
enableMarquee: false,
loop: false,
type: 'default',
style: ''
};
exports.NoticeBarDefaultProps = NoticeBarDefaultProps;