{"version":3,"file":"with.mjs","sources":["../../../../src/vue/with.ts"],"sourcesContent":["/**\n * 定义类型数据\n * @description 传入什么就返回什么，用来定义reactive或其他对象的响应式数据\n */\nexport const withDefineType = <T>(data: T = undefined): T => {\n\treturn data;\n};\n"],"names":["withDefineType","data"],"mappings":"AAIO,MAAMA,EAAiB,CAAIC,OAAU,IACpCA"}