Skip to content

Commit

Permalink
Update render.tsx (jaredpalmer#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
rclmenezes authored and jaredpalmer committed Jan 6, 2019
1 parent 3e4f2f4 commit 2c03aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export interface AfterRenderOptions<T> {
assets: Assets;
routes: AsyncRouteProps[];
document?: typeof DefaultDoc;
customRenderer?: (element: React.ReactElement<T>) => { hthl: string };
customRenderer?: (element: React.ReactElement<T>) => { html: string };
}

export async function render<T>(options: AfterRenderOptions<T>) {
Expand Down

0 comments on commit 2c03aaa

Please sign in to comment.