{"version":3,"file":"defaults.mjs","sources":["../../../../../../../packages/components/cig-table/src/table-column/defaults.ts"],"sourcesContent":["import type TableColumPropType from '@park-ui/components/table/src/table-column/defaults'\nimport type { ExtractPropTypes, PropType } from 'vue'\n\nexport interface ColumnTypes\n  extends ExtractPropTypes<typeof TableColumPropType> {\n  display: boolean,\n  tooltipWidth: string | number,\n  customTooltip: boolean\n}\n\nexport default {\n  column: {\n    type: Object as PropType<ColumnTypes>,\n    require: true,\n  },\n}\n"],"names":[],"mappings":"AAAA,eAAe;AACf,EAAE,MAAM,EAAE;AACV,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,IAAI;AACjB,GAAG;AACH,CAAC;;;;"}