{"version":3,"file":"index.cjs","sources":["../../../../../packages/hooks/use-flex-gap-support/index.ts"],"sourcesContent":["import { detectFlexGapSupported } from '@antdv/utils';\nimport { onMounted, shallowRef } from 'vue';\n\nexport function useFlexGapSupport() {\n  const flexible = shallowRef(false);\n  onMounted(() => {\n    flexible.value = detectFlexGapSupported();\n  });\n\n  return flexible;\n}\n"],"names":["shallowRef","onMounted","detectFlexGapSupported"],"mappings":";;;;;;AAGO,SAAS,iBAAoB,GAAA;AAClC,EAAM,MAAA,QAAA,GAAWA,eAAW,KAAK,CAAA,CAAA;AACjC,EAAAC,aAAA,CAAU,MAAM;AACd,IAAA,QAAA,CAAS,QAAQC,mCAAuB,EAAA,CAAA;AAAA,GACzC,CAAA,CAAA;AAED,EAAO,OAAA,QAAA,CAAA;AACT;;;;"}