pub fn render_string(
source: &str,
file_name: &str,
props: &Value,
config: &RenderConfig,
) -> Result<String, JsxrsError>Expand description
Render a JSX/TSX source string to a complete HTML document.
pub fn render_string(
source: &str,
file_name: &str,
props: &Value,
config: &RenderConfig,
) -> Result<String, JsxrsError>Render a JSX/TSX source string to a complete HTML document.