Sha256: 2aba707dcd6ce7eb8c469fe3fab9315ed4c08635c61f90801bffb14d7a82d46b

Contents?: true

Size: 299 Bytes

Versions: 162

Compression:

Stored size: 299 Bytes

Contents

import { VNode } from 'preact';

interface Options {
	jsx?: boolean;
	xml?: boolean;
	functions?: boolean;
	functionNames?: boolean;
	skipFalseAttributes?: boolean;
	pretty?: boolean | string;
}

export function render(vnode: VNode, context?: any, options?: Options): 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/jsx.d.ts
isomorfeus-preact-10.9.0 node_modules/preact-render-to-string/src/jsx.d.ts
isomorfeus-preact-10.8.2 node_modules/preact-render-to-string/src/jsx.d.ts
isomorfeus-preact-10.8.2 node_modules/preact-render-to-string/dist/jsx.d.ts
isomorfeus-preact-10.8.1 node_modules/preact-render-to-string/src/jsx.d.ts
isomorfeus-preact-10.8.1 node_modules/preact-render-to-string/dist/jsx.d.ts
isomorfeus-preact-10.8.0 node_modules/preact-render-to-string/dist/jsx.d.ts
isomorfeus-preact-10.8.0 node_modules/preact-render-to-string/src/jsx.d.ts
isomorfeus-preact-10.7.3 node_modules/preact-render-to-string/dist/jsx.d.ts
isomorfeus-preact-10.7.3 node_modules/preact-render-to-string/src/jsx.d.ts
isomorfeus-preact-10.7.2 node_modules/preact-render-to-string/src/jsx.d.ts
isomorfeus-preact-10.7.2 node_modules/preact-render-to-string/dist/jsx.d.ts
isomorfeus-preact-10.7.1 node_modules/preact-render-to-string/src/jsx.d.ts
isomorfeus-preact-10.7.1 node_modules/preact-render-to-string/dist/jsx.d.ts
isomorfeus-preact-10.7.0 node_modules/preact-render-to-string/dist/jsx.d.ts
isomorfeus-preact-10.7.0 node_modules/preact-render-to-string/src/jsx.d.ts
isomorfeus-preact-10.6.62 node_modules/preact-render-to-string/dist/jsx.d.ts
isomorfeus-preact-10.6.62 node_modules/preact-render-to-string/src/jsx.d.ts
isomorfeus-preact-10.6.61 node_modules/preact-render-to-string/dist/jsx.d.ts
isomorfeus-preact-10.6.61 node_modules/preact-render-to-string/src/jsx.d.ts