props.ts 156 B

12345678910
  1. import {ExportType} from "$popup/popup-message/const/type";
  2. export default {
  3. type:{
  4. type: Number,
  5. default: ExportType.privacy
  6. }
  7. }