props.d.ts.map 1.1 KB

1
  1. {"version":3,"sources":["../src/toast/props.ts"],"names":[],"mappings":"AAEA;;;KAGK;AAEL,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AACtC,QAAA,MAAM,KAAK,EAAE,YAsCZ,CAAC;AAEF,eAAe,KAAK,CAAC","file":"props.d.ts","sourcesContent":["/* eslint-disable */\n\n/**\n * 该文件为脚本自动生成文件,请勿随意修改。如需修改请联系 PMC\n * updated at 2021-11-24 10:58:05\n * */\n\nimport { TdToastProps } from './type';\nconst props: TdToastProps = {\n /** 图标排列方式 */\n direction: {\n type: String,\n value: 'row',\n },\n /** 弹窗显示毫秒数 */\n duration: {\n type: Number,\n value: 2000,\n },\n /** 组件类名 */\n externalClasses: {\n type: Array,\n },\n /** 自定义图标 */\n icon: {\n type: String,\n value: '',\n },\n /** 弹窗显示文字 */\n message: {\n type: String,\n },\n /** 弹窗展示位置 */\n placement: {\n type: String,\n value: 'middle',\n },\n /** 防止滚动穿透,即不允许点击和滚动 */\n preventScrollThrough: {\n type: Boolean,\n value: false,\n },\n /** 提示类型 */\n theme: {\n type: String,\n },\n};\n\nexport default props;\n"]}