{"version":3,"sources":["../../example/components/demo-block/index.ts"],"names":[],"mappings":"","file":"index.d.ts","sourcesContent":["Component({\n options: {\n multipleSlots: true,\n addGlobalClass: true,\n },\n properties: {\n title: {\n type: String,\n default: '',\n },\n desc: {\n type: String,\n default: '',\n },\n operList: Array,\n padding: {\n type: Boolean,\n default: false,\n },\n },\n methods: {\n clickHandle(e) {\n const { type } = e.currentTarget.dataset;\n this.triggerEvent('clickoper', type);\n },\n },\n});\n"]}