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