UNPKG

tdesign-vue-next

Version:
54 lines (51 loc) 798 B
/** * tdesign v1.15.2 * (c) 2025 tdesign * @license MIT */ var props = { attach: { type: [String, Function], "default": "" }, content: { type: [String, Function] }, "default": { type: [String, Function] }, delay: { type: Number, "default": 0 }, fullscreen: Boolean, indicator: { type: [Boolean, Function], "default": true }, inheritColor: Boolean, loading: { type: Boolean, "default": true }, preventScrollThrough: { type: Boolean, "default": true }, showOverlay: { type: Boolean, "default": true }, size: { type: String, "default": "medium" }, text: { type: [String, Function] }, zIndex: { type: Number } }; export { props as default }; //# sourceMappingURL=props.js.map