{"version":3,"file":"index.mjs","sources":[""],"sourcesContent":["import { createContext } from \"react\";\r\nimport type { TModalContext } from \"../config/types\";\r\n\r\nexport const ModalContext = createContext<TModalContext>({\r\n  id: \"\",\r\n  plugin: null,\r\n  cfg: {},\r\n  getCN: () => \"\",\r\n  headerSlot: null,\r\n  footerSlot: null,\r\n  titleSlot: null,\r\n});\r\n"],"names":["ModalContext","createContext","id","plugin","cfg","getCN","headerSlot","footerSlot","titleSlot"],"mappings":"iCAGO,MAAMA,aAAeC,cAA6B,CACvDC,GAAI,GACJC,OAAQ,KACRC,IAAK,CAAA,EACLC,MAAO,IAAM,GACbC,WAAY,KACZC,WAAY,KACZC,UAAW"}