Sha256: b1d73703252c8570fdf2952475805f5808ba3511fefbd93a3e7bd8406de7dcd0

Contents?: true

Size: 384 Bytes

Versions: 162

Compression:

Stored size: 384 Bytes

Contents

import { VNode } from 'preact';

interface Options {
	shallow?: boolean;
	xml?: boolean;
	pretty?: boolean | string;
}

export function render(vnode: VNode, context?: any, options?: Options): string;
export function renderToString(
	vnode: VNode,
	context?: any,
	options?: Options
): string;
export function shallowRender(vnode: VNode, context?: any): string;
export default render;

Version data entries

162 entries across 81 versions & 1 rubygems

Version Path
isomorfeus-preact-10.9.0 node_modules/preact-render-to-string/dist/index.d.ts
isomorfeus-preact-10.9.0 node_modules/preact-render-to-string/src/index.d.ts
isomorfeus-preact-10.8.2 node_modules/preact-render-to-string/src/index.d.ts
isomorfeus-preact-10.8.2 node_modules/preact-render-to-string/dist/index.d.ts
isomorfeus-preact-10.8.1 node_modules/preact-render-to-string/src/index.d.ts
isomorfeus-preact-10.8.1 node_modules/preact-render-to-string/dist/index.d.ts
isomorfeus-preact-10.8.0 node_modules/preact-render-to-string/dist/index.d.ts
isomorfeus-preact-10.8.0 node_modules/preact-render-to-string/src/index.d.ts
isomorfeus-preact-10.7.3 node_modules/preact-render-to-string/dist/index.d.ts
isomorfeus-preact-10.7.3 node_modules/preact-render-to-string/src/index.d.ts
isomorfeus-preact-10.7.2 node_modules/preact-render-to-string/src/index.d.ts
isomorfeus-preact-10.7.2 node_modules/preact-render-to-string/dist/index.d.ts
isomorfeus-preact-10.7.1 node_modules/preact-render-to-string/src/index.d.ts
isomorfeus-preact-10.7.1 node_modules/preact-render-to-string/dist/index.d.ts
isomorfeus-preact-10.7.0 node_modules/preact-render-to-string/dist/index.d.ts
isomorfeus-preact-10.7.0 node_modules/preact-render-to-string/src/index.d.ts
isomorfeus-preact-10.6.62 node_modules/preact-render-to-string/dist/index.d.ts
isomorfeus-preact-10.6.62 node_modules/preact-render-to-string/src/index.d.ts
isomorfeus-preact-10.6.61 node_modules/preact-render-to-string/dist/index.d.ts
isomorfeus-preact-10.6.61 node_modules/preact-render-to-string/src/index.d.ts