{"version":3,"file":"SlotRootWrapper.mjs","names":[],"sources":["../../../src/components/SlotRootWrapper.ts"],"sourcesContent":["import React, { createElement, type FC, type PropsWithChildren } from \"react\";\n\nexport const SlotRootWrapper: FC<PropsWithChildren> = (props) => {\n  return createElement(React.Fragment, {}, props.children);\n};\n\nexport default SlotRootWrapper;\n"],"mappings":";;;;AAEA,IAAa,mBAA0C,UAAU;CAC/D,OAAO,cAAc,MAAM,UAAU,CAAC,GAAG,MAAM,QAAQ;AACzD"}