import React from "react";
export function RawChildren({ children }) {
    return <>{children}</>;
}
//# sourceMappingURL=Children.jsx.map