{"version":3,"file":"types2.mjs","sources":["../../../../../../../packages/components/follow/src/types.ts"],"sourcesContent":["import type { ExtractPropTypes, PropType } from 'vue'\n\nexport type FlowType = number\n\nexport const followProps = {\n  id: {\n    type: [String || Number || undefined],\n    required: true,\n  },\n  type: {\n    type: Number as PropType<FlowType>,\n    required: true,\n  },\n  showIcon: {\n    type: Boolean,\n    default: true,\n  },\n  initStatusApi: {\n    type: Function,\n  },\n  updateStatusApi: {\n    type: Function,\n  },\n}\n\nexport type FollowProps = ExtractPropTypes<typeof followProps>\n"],"names":[],"mappings":"AAAY,MAAC,WAAW,GAAG;AAC3B,EAAE,EAAE,EAAE;AACN,IAAI,IAAI,EAAE,CAAC,MAAM,IAAI,MAAM,IAAI,KAAK,CAAC,CAAC;AACtC,IAAI,QAAQ,EAAE,IAAI;AAClB,GAAG;AACH,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,QAAQ,EAAE,IAAI;AAClB,GAAG;AACH,EAAE,QAAQ,EAAE;AACZ,IAAI,IAAI,EAAE,OAAO;AACjB,IAAI,OAAO,EAAE,IAAI;AACjB,GAAG;AACH,EAAE,aAAa,EAAE;AACjB,IAAI,IAAI,EAAE,QAAQ;AAClB,GAAG;AACH,EAAE,eAAe,EAAE;AACnB,IAAI,IAAI,EAAE,QAAQ;AAClB,GAAG;AACH;;;;"}