{"version":3,"file":"useConfig-xRHso3Sg.cjs","sources":["../../src/composables/useConfig.ts"],"sourcesContent":["import { toValue } from \"vue\";\nimport { getOption } from \"@/utils/config\";\n\n/** Get the root config `teleportTarget`. */\nexport function getTeleportDefault(): HTMLElement | string {\n    const option = getOption(\"teleportTarget\", \"body\");\n    return toValue<HTMLElement | string>(option);\n}\n"],"names":["getOption","toValue"],"mappings":";;;;AAIO,SAAS,qBAA2C;AACvD,QAAM,SAASA,OAAAA,UAAU,kBAAkB,MAAM;AACjD,SAAOC,IAAAA,QAA8B,MAAM;AAC/C;;"}